18 lines
328 B
JSON
18 lines
328 B
JSON
{
|
|
"$schema": "https://json.schemastore.org/nodemon.json",
|
|
"restartable": "rs",
|
|
"ignore": [
|
|
".git",
|
|
"node_modules",
|
|
"data"
|
|
],
|
|
"verbose": true,
|
|
"env": {
|
|
"NODE_PATH": "src/",
|
|
"NODE_ENV": "dev",
|
|
"TYPESCRIPT": "true"
|
|
},
|
|
"ext": "ts",
|
|
"exec": "tsx"
|
|
}
|