Skip to content

Commit

Permalink
tsconfig-paths/register to debug task so base url references work
Browse files Browse the repository at this point in the history
  • Loading branch information
elylucas committed Oct 13, 2018
1 parent 2d2f16a commit 6121951
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion nodemon-debug.json
Expand Up @@ -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"
}

0 comments on commit 6121951

Please sign in to comment.