mirror of
https://github.com/sveltejs/svelte.git
synced 2024-11-22 12:27:29 +01:00
45f2890261
* Push * Update site-kit * Update svelte REPL * Remove rollup URL * meh * Modify sidebar colors * Bump deps
10 lines
182 B
JSON
10 lines
182 B
JSON
{
|
|
"extends": "./.svelte-kit/tsconfig.json",
|
|
"compilerOptions": {
|
|
"allowJs": true,
|
|
"checkJs": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
"moduleResolution": "bundler"
|
|
}
|
|
}
|