2022-07-26 05:03:28 +02:00
|
|
|
{
|
2022-07-27 04:19:02 +02:00
|
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
|
|
|
"strict": true
|
|
|
|
}
|
2022-07-26 05:03:28 +02:00
|
|
|
}
|