Files
housesof/tsconfig.json
2022-05-30 20:50:23 +02:00

16 lines
353 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptins": {
"allowJs": true,
"checkJs": true,
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true,
"skipLibCheck": true,
"sourceMap": true,
"strict": false,
"allowSyntheticDefaultImports": true,
},
"exclude": ["./src/modules/globe/**"]
}