script: add debug command

This commit is contained in:
Kamil Myśliwiec
2018-05-13 11:32:10 +02:00
parent b428240559
commit cc3be2514d
3 changed files with 326 additions and 95 deletions
+6
View File
@@ -0,0 +1,6 @@
{
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "node --inspect-brk -r ts-node/register src/main.ts"
}