2026-05-02 08:26:18 +12:00
|
|
|
{
|
|
|
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"allowJs": false,
|
|
|
|
|
"checkJs": false,
|
|
|
|
|
"esModuleInterop": true,
|
|
|
|
|
"forceConsistentCasingInFileNames": true,
|
|
|
|
|
"moduleResolution": "bundler",
|
|
|
|
|
"resolveJsonModule": true,
|
|
|
|
|
"skipLibCheck": true,
|
|
|
|
|
"strict": true,
|
2026-05-04 16:30:05 +12:00
|
|
|
"types": ["node", "vitest/globals", "@testing-library/jest-dom"]
|
2026-05-02 08:26:18 +12:00
|
|
|
}
|
|
|
|
|
}
|