gitbutler/packages/ui/tsconfig.json
2024-07-01 21:09:10 +02:00

18 lines
407 B
JSON

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