Improve TypeScript support

This commit is contained in:
Luca Bosin
2023-08-25 16:48:27 +02:00
parent 5ecaa5560d
commit e8b11c7718
6 changed files with 46 additions and 3137 deletions

View File

@ -8,9 +8,9 @@
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"strict": true
}
// Path aliases are handled by https://kit.svelte.dev/docs/configuration#alias and https://kit.svelte.dev/docs/configuration#files
// 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