mirror of
https://github.com/jcreek/LivingDexTracker.git
synced 2026-07-12 18:43:45 +00:00
34 lines
933 B
JSON
34 lines
933 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true,
|
|
"moduleResolution": "bundler",
|
|
"types": [
|
|
"vite-plugin-pwa/svelte",
|
|
"vite-plugin-pwa/vanillajs",
|
|
"vite-plugin-pwa/info",
|
|
"virtual:pwa-assets"
|
|
]
|
|
},
|
|
"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
|
|
// from the referenced tsconfig.json - TypeScript does not merge them in
|
|
}
|