svr-imp/nodemon.json

6 lines
97 B
JSON

{
"watch": ["dist"],
"ext": "js",
"exec": "node -r tsconfig-paths/register dist/main.js"
}