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