Files
housesof/tsconfig.json
2022-10-06 19:23:20 +02:00

7 lines
136 B
JSON

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