GoogleCloudPlatform / functions-framework-nodejs

FaaS (Function as a service) framework for writing portable Node.js functions
Apache License 2.0
1.29k stars 160 forks source link

esm and typescript documentation #520

Open ottob opened 1 year ago

ottob commented 1 year ago

there exists docs for esm and typescript separately, both nothing on how to use them together.

A best practice documentation for this would be very helpful.

In tsconfig.json should for example "module": "NodeNext", be used?