svr-imp/nodemon-debug.json

6 lines
135 B
JSON
Raw Normal View History

2018-05-13 09:32:10 +00:00
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "node --inspect-brk -r ts-node/register src/main.ts"
}