2023-05-03 11:28:02 +02:00
|
|
|
{
|
|
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
2024-02-09 11:19:08 +01:00
|
|
|
"strict": true,
|
|
|
|
"types": ["vitest/globals"]
|
2023-05-03 11:28:02 +02:00
|
|
|
}
|
|
|
|
}
|