{
"restartable": "rs",
"ignore": [
".git",
"test/*",
"node_modules/**/node_modules"
],
"verbose": true,
"execMap": {
"js": "node ./bin parse-tsd -c tsd-config.json"
},
"events": {
"restart": "osascript -e "display notification \"App restarted due to:\n"$FILENAME"\" with title \"nodemon\"""
},
"watch": [
"model",
"define",
"service"
],
"env": {
"DEBUG": "parse-tsd"
},
"ext": "js"
}
< H2 > use this configuration, start for the first time, and output information < / H2 >