gitbutler/tsconfig.json

14 lines
272 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": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": true
}
2023-01-31 17:55:57 +03:00
}