gcp-cloud-functions-typescript-starter icon indicating copy to clipboard operation
gcp-cloud-functions-typescript-starter copied to clipboard

Google (Cloud Platform) Cloud Functions TypeScript starter project

Results 3 gcp-cloud-functions-typescript-starter issues
Sort by recently updated
recently updated
newest added

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?