From 61219517dfe3441157f0620fc9e8fdb9e18ab122 Mon Sep 17 00:00:00 2001 From: Ely Lucas Date: Sat, 13 Oct 2018 08:42:44 -0600 Subject: [PATCH] tsconfig-paths/register to debug task so base url references work --- nodemon-debug.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nodemon-debug.json b/nodemon-debug.json index 7caf94b..4a90543 100644 --- a/nodemon-debug.json +++ b/nodemon-debug.json @@ -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" } \ No newline at end of file