service worker fixes

This commit is contained in:
MathMan05 2024-10-30 15:31:41 -05:00
parent 262659d4fe
commit 85e2cceca5
5 changed files with 137 additions and 59 deletions

View file

@ -9,7 +9,8 @@
"incremental": true,
"lib": [
"esnext",
"DOM"
"DOM",
"webworker"
],
"module": "ESNext",
"moduleResolution": "Bundler",