mirror of
https://github.com/danbulant/arcade-machine
synced 2026-06-17 13:31:19 +00:00
13 lines
No EOL
271 B
JSON
13 lines
No EOL
271 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
}
|
|
} |