Files
illegitimate-bot/nodemon.json
2024-01-15 11:12:00 +01:00

17 lines
306 B
JSON

{
"restartable": "rs",
"ignore": [
".git",
"node_modules/**/node_modules",
"dist/config"
],
"verbose": true,
"env": {
"NODE_PATH": "src/",
"NODE_ENV": "dev",
"TYPESCRIPT": "true",
"TS_NODE_FILES": "true",
"TS_NODE_TRANSPILE_ONLY": "true"
},
"ext": "ts, json"
}