Added dev script for ts-node

This commit is contained in:
2023-12-30 00:03:32 +01:00
parent 7d7b44412e
commit efa45e7db9
12 changed files with 89 additions and 59 deletions

14
nodemon-ts.json Normal file
View File

@@ -0,0 +1,14 @@
{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"dist/config"
],
"verbose": true,
"env": {
"NODE_ENV": "dev",
"TYPESCRIPT": "true"
},
"ext": "ts, json"
}