Files
housesof/tsconfig.json
Félix Péault 5e5c08ddd1 🚧 Migrate to new SvelteKit routing system
A bit annoying but for the best I guess?
2022-08-16 15:54:15 +02:00

7 lines
153 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true
},
"exclude": ["./src/modules/globe/**/*"],
}