zappyzep/nodemon-bot.json
Dragory 438694bc6e Use ts-node/register with node CLI instead of ts-node CLI
See https://www.npmjs.com/package/ts-node#programmatic
Allows us to use advanced node CLI options (if needed)
for our start scripts
2019-09-28 19:34:36 +03:00

5 lines
89 B
JSON

{
"watch": "src",
"ext": "ts",
"exec": "node -r ts-node/register ./src/index.ts"
}