I\'ve setup a Firebase project to create some basic Firebase Functions. In the project I\'m using TypeScript
Following the Firebase official documentation I crea
this works for me : add this line to tsconfig within the functions folder:
"typeRoots": [ "node_modules/@types" ],
This is part of "compilerOptions" block worked for me