Skip to content

Commit

Permalink
chore: use the source of the library when compiling the code instead …
Browse files Browse the repository at this point in the history
…of using the dist folder
  • Loading branch information
maxime1992 committed Feb 4, 2024
1 parent cf2c6da commit 575036e
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -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": {
Expand Down

0 comments on commit 575036e

Please sign in to comment.