Files
illegitimate-bot/nodemon.json
2024-01-14 17:10:27 +01:00

15 lines
239 B
JSON

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