mirror of
https://github.com/ZeppelinBot/Zeppelin.git
synced 2025-03-15 05:41:51 +00:00

See https://www.npmjs.com/package/ts-node#programmatic Allows us to use advanced node CLI options (if needed) for our start scripts
5 lines
93 B
JSON
5 lines
93 B
JSON
{
|
|
"watch": "src",
|
|
"ext": "ts",
|
|
"exec": "node -r ts-node/register ./src/api/index.ts"
|
|
}
|