mirror of
https://github.com/ProjectSegfault/website.git
synced 2024-11-09 01:22:25 +05:30
14 lines
272 B
JSON
14 lines
272 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
}
|
|
}
|