examples/typescript/README.md
Seeks to be functionally identical to the Node.js example, except with TypeScript.
skaffold dev
tsc-watch will restart the applicationpackage.json:
npmtsc-watch is not configured when ENV=production. To configure it, update the package.json file scripts.production" field to be:
"production": "tsc && node ./src/index.js" instead of the default "production": "node src/index.js",