Update tsconfig.json
Browse files- tsconfig.json +1 -1
tsconfig.json
CHANGED
@@ -1,5 +1,5 @@
|
|
1 |
{
|
2 |
-
"extends": "
|
3 |
"compilerOptions": {
|
4 |
"allowJs": true,
|
5 |
"checkJs": true,
|
|
|
1 |
{
|
2 |
+
"extends": "svelte-kit/tsconfig.json",
|
3 |
"compilerOptions": {
|
4 |
"allowJs": true,
|
5 |
"checkJs": true,
|