Skip to content

Commit d71ea1f

Browse files
authored
Merge pull request #73 from cloudnc:chore/use-src-instead-of-build-when-compiling-app
chore: use the source of the library when compiling the code instead of using the dist folder
2 parents cf2c6da + 575036e commit d71ea1f

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

tsconfig.json

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -14,10 +14,7 @@
1414
"target": "es2015",
1515
"lib": ["es2018", "dom"],
1616
"paths": {
17-
"ngx-observable-lifecycle": [
18-
"dist/ngx-observable-lifecycle/ngx-observable-lifecycle",
19-
"dist/ngx-observable-lifecycle"
20-
]
17+
"ngx-observable-lifecycle": ["projects/ngx-observable-lifecycle/src/public-api"]
2118
}
2219
},
2320
"angularCompilerOptions": {

0 commit comments

Comments
 (0)