Files
illegitimate-bot/.nodemon/ts.json
2024-09-26 11:12:47 +02:00

15 lines
267 B
JSON

{
"$schema": "https://json.schemastore.org/nodemon.json",
"restartable": "rs",
"ignore": [
"node_modules"
],
"verbose": true,
"env": {
"NODE_ENV": "dev",
"TYPESCRIPT": "true"
},
"ext": "ts",
"exec": "tsx"
}