Hi,
Thanks for sharing.
there's an error with the following command
import * as admin from '@google-cloud/vision';
Could not find a declaration file for module '@google-cloud/vision'. '/Users/honghu/Projects/ionic/demos/GoogleFunctions/functions/node_modules/@google-cloud/vision/src/index.js' implicitly has an 'any' type.
Try npm install @types/google-cloud__vision if it exists or add a new declaration (.d.ts) file containing declare module '@google-cloud/vision';
I have dependency @google-cloud/vison: "^0.24.0" in package.json
How should I solve this issue, thanks?