mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
data(*): Add final data changes
This commit is contained in:
+9
-2
@@ -17,8 +17,15 @@
|
||||
"virtual:pwa-assets"
|
||||
]
|
||||
},
|
||||
"include": ["src/**/*.ts", "src/**/*.svelte", "node_modules/vite-plugin-pwa/client.d.ts"],
|
||||
"exclude": [".svelte-kit/**/*", "node_modules/**/*"]
|
||||
"include": [
|
||||
".svelte-kit/ambient.d.ts",
|
||||
".svelte-kit/non-ambient.d.ts",
|
||||
".svelte-kit/types/**/$types.d.ts",
|
||||
"src/**/*.ts",
|
||||
"src/**/*.svelte",
|
||||
"node_modules/vite-plugin-pwa/client.d.ts"
|
||||
],
|
||||
"exclude": ["node_modules/**/*"]
|
||||
// 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