We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8c4e772 commit 2e2ebafCopy full SHA for 2e2ebaf
nodemon.json
@@ -1,10 +1,10 @@
1
{
2
"delay": "0",
3
"execMap": {
4
- "ts": "./node_modules/.bin/ts-node"
+ "ts": "ts-node"
5
},
6
"events": {
7
- "start": "./node_modules/.bin/tslint -c ./tslint.json -t stylish 'src/**/*.ts'",
+ "start": "tslint -c ./tslint.json -t stylish 'src/**/*.ts'",
8
"restart": "osascript -e 'display notification \"restarting server\" with title \"node.js application\"'"
9
}
10
0 commit comments