0
0
mirror of https://github.com/sveltejs/svelte.git synced 2024-11-29 16:36:44 +01:00
svelte/sites/svelte.dev/tsconfig.json

10 lines
182 B
JSON
Raw Normal View History

{
"extends": "./.svelte-kit/tsconfig.json",
"compilerOptions": {
"allowJs": true,
"checkJs": true,
"allowSyntheticDefaultImports": true,
"moduleResolution": "bundler"
}
}