- GAE standard for node8 with typescript examples
prestartscripts transpile automatically .ts to .js, when deployed to GAE.- when local development is served with nodemon and ts-node
- run
npm run watch
- run
:
"scripts": {
"prestart": "tsc",
"start": "node dist/index.js",
"watch": "nodemon",
"test": "jest"
: