Skip to content

Commit 229b9d4

Browse files
authored
fix: skipLibCheck in svelte-check smoke test (#2893)
1 parent 253b872 commit 229b9d4

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

packages/svelte-check/test/tsconfig.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,8 @@
44
"moduleResolution": "node",
55
"strict": true,
66
"allowJs": true,
7-
"checkJs": true
7+
"checkJs": true,
8+
"skipLibCheck": true
89
},
910
"files": ["./Index.svelte"]
1011
}

0 commit comments

Comments
 (0)