simpkey/nodemon.json

5 lines
93 B
JSON

{
"watch": ["src"],
"ext": "ts,pug",
"exec": "npm-run-all -p tsc copy -s start"
}