mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-13 19:13:43 +00:00
chore(*): Add workbox service worker
This commit is contained in:
+9
-2
@@ -9,8 +9,15 @@
|
||||
"skipLibCheck": true,
|
||||
"sourceMap": true,
|
||||
"strict": true,
|
||||
"moduleResolution": "bundler"
|
||||
}
|
||||
"moduleResolution": "bundler",
|
||||
"types": [
|
||||
"vite-plugin-pwa/svelte",
|
||||
"vite-plugin-pwa/vanillajs",
|
||||
"vite-plugin-pwa/info",
|
||||
"virtual:pwa-assets"
|
||||
]
|
||||
},
|
||||
"include": ["node_modules/vite-plugin-pwa/client.d.ts", "node_modules/**/*.d.ts"]
|
||||
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias
|
||||
//
|
||||
// If you want to overwrite includes/excludes, make sure to copy over the relevant includes/excludes
|
||||
|
||||
Reference in New Issue
Block a user