mirror of
https://github.com/KevinMidboe/planetposen-frontend.git
synced 2025-10-28 21:00:12 +00:00
13 lines
254 B
JSON
13 lines
254 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": false,
|
|
"esModuleInterop": true,
|
|
"forceConsistentCasingInFileNames": true,
|
|
"resolveJsonModule": true,
|
|
"skipLibCheck": true,
|
|
"sourceMap": true,
|
|
"strict": true
|
|
}
|
|
}
|