2023-01-31 17:55:57 +03:00
|
|
|
{
|
2023-02-24 12:46:41 +03:00
|
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
|
|
"compilerOptions": {
|
2023-11-22 23:47:03 +03:00
|
|
|
"target": "es6",
|
|
|
|
"lib": ["dom", "dom.iterable", "ES2020"],
|
2023-02-24 12:46:41 +03:00
|
|
|
"allowJs": true,
|
|
|
|
"checkJs": true,
|
|
|
|
"esModuleInterop": true,
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
"skipLibCheck": true,
|
|
|
|
"sourceMap": true,
|
2023-06-14 14:39:34 +03:00
|
|
|
"strict": true,
|
2023-06-22 15:30:03 +03:00
|
|
|
"experimentalDecorators": true,
|
|
|
|
"types": ["vitest/importMeta"]
|
2023-02-24 12:46:41 +03:00
|
|
|
}
|
2023-01-31 17:55:57 +03:00
|
|
|
}
|