14
.nodemon/ts.json
Normal file
14
.nodemon/ts.json
Normal file
@@ -0,0 +1,14 @@
|
||||
{
|
||||
"$schema": "https://json.schemastore.org/nodemon.json",
|
||||
"restartable": "rs",
|
||||
"ignore": [
|
||||
"node_modules"
|
||||
],
|
||||
"verbose": true,
|
||||
"env": {
|
||||
"NODE_ENV": "dev",
|
||||
"TYPESCRIPT": "true"
|
||||
},
|
||||
"ext": "ts",
|
||||
"exec": "tsx"
|
||||
}
|
||||
Reference in New Issue
Block a user