Files
housesof/apps/website/tsconfig.json

7 lines
136 B
JSON

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowSyntheticDefaultImports": true,
"lib": ["WebWorker"],
},
}