gitbutler/app/tsconfig.json

18 lines
403 B
JSON
Raw Normal View History

2023-01-31 17:55:57 +03:00
{
2023-02-24 12:46:41 +03:00
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"target": "es6",
"lib": ["dom", "dom.iterable", "ES2021"],
2023-02-24 12:46:41 +03:00
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true,
"experimentalDecorators": true,
"types": ["vitest/importMeta"]
2023-02-24 12:46:41 +03:00
}
2023-01-31 17:55:57 +03:00
}