From 575036eaba5c23e7089e15af0cbc559e1cd60fdc Mon Sep 17 00:00:00 2001 From: Maxime Robert Date: Sun, 4 Feb 2024 10:02:20 +0100 Subject: [PATCH] chore: use the source of the library when compiling the code instead of using the dist folder --- tsconfig.json | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index 92c14b1..bef7275 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,10 +14,7 @@ "target": "es2015", "lib": ["es2018", "dom"], "paths": { - "ngx-observable-lifecycle": [ - "dist/ngx-observable-lifecycle/ngx-observable-lifecycle", - "dist/ngx-observable-lifecycle" - ] + "ngx-observable-lifecycle": ["projects/ngx-observable-lifecycle/src/public-api"] } }, "angularCompilerOptions": {