Initial commit
This commit is contained in:
6
spec/nodemon.json
Normal file
6
spec/nodemon.json
Normal file
@@ -0,0 +1,6 @@
|
||||
{
|
||||
"watch": ["spec"],
|
||||
"ext": "spec.ts",
|
||||
"ignore": ["spec/support"],
|
||||
"exec": "./node_modules/.bin/ts-node --files -r tsconfig-paths/register ./spec"
|
||||
}
|
||||
Reference in New Issue
Block a user