Skip to content

Commit

Permalink
chore: compile app from source instead of dist
Browse files Browse the repository at this point in the history
This is a lot less annoying while developping locally and testing from the demo
  • Loading branch information
maxime1992 committed Mar 26, 2024
1 parent f5fe049 commit f71306a
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 f71306a

Please sign in to comment.