legica
This commit is contained in:
9
nodemon.json
Normal file
9
nodemon.json
Normal file
@@ -0,0 +1,9 @@
|
||||
{
|
||||
"watch": ["."],
|
||||
"ext": "ts",
|
||||
"ignore": ["*.test.ts", "node_modules"],
|
||||
"delay": "500",
|
||||
"execMap": {
|
||||
"ts": "ts-node"
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user