git init
This commit is contained in:
8
Server/nodemon.json
Normal file
8
Server/nodemon.json
Normal file
@@ -0,0 +1,8 @@
|
||||
{
|
||||
"watch": ["*.ts"],
|
||||
"execMap": {
|
||||
"ts": "ts-node"
|
||||
},
|
||||
"ignore": ["*.test.ts"],
|
||||
"ext": "ts"
|
||||
}
|
||||
Reference in New Issue
Block a user