2022-01-28 05:27:12 +00:00
|
|
|
{
|
2022-09-29 22:21:48 +00:00
|
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": true,
|
|
|
|
|
"checkJs": true,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
2024-03-11 06:19:55 +00:00
|
|
|
"useUnknownInCatchVariables": true,
|
2022-09-29 22:21:48 +00:00
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"sourceMap": true,
|
2024-07-25 00:39:03 +00:00
|
|
|
"strict": true,
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"experimentalDecorators": true,
|
2024-10-07 05:59:12 +00:00
|
|
|
"emitDecoratorMetadata": true,
|
|
|
|
|
"pahts": {
|
|
|
|
|
"@/*": ["./src/*"]
|
|
|
|
|
}
|
2022-09-29 22:21:48 +00:00
|
|
|
}
|
|
|
|
|
// 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
|
2022-07-07 19:30:14 +00:00
|
|
|
}
|