Merge pull request #57 from elylucas/master

feature: add tsconfig-paths/register to debug task
This commit is contained in:
Kamil Myśliwiec 2018-10-16 01:46:07 +02:00 committed by GitHub
commit 618fa48ca4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -2,5 +2,5 @@
"watch": ["src"],
"ext": "ts",
"ignore": ["src/**/*.spec.ts"],
"exec": "node --inspect-brk -r ts-node/register src/main.ts"
"exec": "node --inspect-brk -r tsconfig-paths/register -r ts-node/register src/main.ts"
}