After I did npm install node-gmail-api, my code cannot find the model. It said "Could not find a declaration file for module 'node-gmail-api'. '/Users/xuanren/Desktop/test/node_modules/node-gmail-api/index.js' implicitly has an 'any' type.
Try npm install @types/node-gmail-api
if it exists or add a new declaration (.d.ts) file containing declare module 'node-gmail-api';
[7016]"
I checked my node_modules folder, node-gmail-api is there. How do i install node-gmail-api properly?