tsconfig-paths/register to debug task so base url references work
This commit is contained in:
+1
-1
@@ -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"
|
||||
}
|
||||
Reference in New Issue
Block a user