Skip to content

Commit

Permalink
Merge pull request #118 from cloudnc/chore/compile-app-from-source-in…
Browse files Browse the repository at this point in the history
…stead-of-dist

chore: compile app from source instead of dist
  • Loading branch information
zak-cloudnc authored Mar 26, 2024
2 parents f5fe049 + f71306a commit 2c9fe41
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
"typeRoots": ["node_modules/@types"],
"lib": ["es2018", "dom"],
"paths": {
"observable-webworker": ["dist/observable-webworker"],
"observable-webworker/*": ["dist/observable-webworker/*"]
"observable-webworker": ["projects/observable-webworker/src/public-api"]
},
"useDefineForClassFields": false
}
Expand Down

0 comments on commit 2c9fe41

Please sign in to comment.