gitbutler/packages/ui/tsconfig.json
2023-09-06 11:47:35 +02:00

16 lines
340 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"experimentalDecorators": true,
"types": ["vitest/importMeta"]
}
}