Add service worker
This commit is contained in:
@@ -1,7 +1,7 @@
|
||||
{
|
||||
"extends": "./.svelte-kit/tsconfig.json",
|
||||
"compilerOptions": {
|
||||
"allowSyntheticDefaultImports": true
|
||||
"allowSyntheticDefaultImports": true,
|
||||
"lib": ["WebWorker"],
|
||||
},
|
||||
"exclude": ["./src/modules/globe/**/*"],
|
||||
}
|
||||
Reference in New Issue
Block a user