Add service worker

This commit is contained in:
2022-10-06 19:23:20 +02:00
parent 52b06dcf3f
commit c91b5c2392
2 changed files with 116 additions and 2 deletions

View File

@@ -1,7 +1,7 @@
{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
"allowSyntheticDefaultImports": true,
"lib": ["WebWorker"],
},
"exclude": ["./src/modules/globe/**/*"],
}