gcp-cloud-functions-typescript-starter
gcp-cloud-functions-typescript-starter copied to clipboard
Google (Cloud Platform) Cloud Functions TypeScript starter project
I noticed the compilerOption ``` "resolveJsonModule": true ``` and it compiles fine without the local json module you import in this project.
Hi, you've done a great job, but unfortunately I found tsc binary is not available in node_modules because typerscript is missing in the devDependencies of package.json. Please add it to...
Would that work if I set the module as esnext? Somehow I couldn't make it work - is commonjs a requirement for google cloud functions?