svr-imp/nodemon.json

6 lines
97 B
JSON
Raw Normal View History

{
"watch": ["dist"],
"ext": "js",
2019-04-15 11:49:17 +00:00
"exec": "node -r tsconfig-paths/register dist/main.js"
}