Skip to content

Commit f71306a

Browse files
committed
chore: compile app from source instead of dist
This is a lot less annoying while developping locally and testing from the demo
1 parent f5fe049 commit f71306a

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

tsconfig.json

+1-2
Original file line numberDiff line numberDiff line change
@@ -14,8 +14,7 @@
1414
"typeRoots": ["node_modules/@types"],
1515
"lib": ["es2018", "dom"],
1616
"paths": {
17-
"observable-webworker": ["dist/observable-webworker"],
18-
"observable-webworker/*": ["dist/observable-webworker/*"]
17+
"observable-webworker": ["projects/observable-webworker/src/public-api"]
1918
},
2019
"useDefineForClassFields": false
2120
}

0 commit comments

Comments
 (0)