You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
20 lines
692 B
20 lines
692 B
{ |
|
"extends": "./.svelte-kit/tsconfig.json", |
|
"compilerOptions": { |
|
"rewriteRelativeImportExtensions": true, |
|
"allowJs": true, |
|
"checkJs": true, |
|
"esModuleInterop": true, |
|
"forceConsistentCasingInFileNames": true, |
|
"resolveJsonModule": true, |
|
"skipLibCheck": true, |
|
"sourceMap": true, |
|
"strict": true, |
|
"moduleResolution": "bundler" |
|
} |
|
// Path aliases are handled by https://svelte.dev/docs/kit/configuration#alias |
|
// except $lib which is handled by https://svelte.dev/docs/kit/configuration#files |
|
// |
|
// To make changes to top-level options such as include and exclude, we recommend extending |
|
// the generated config; see https://svelte.dev/docs/kit/configuration#typescript |
|
}
|
|
|