Skip to content

Commit 90ffd81

Browse files
committedNov 23, 2023
test: skip lib check with vue-tsc test
1 parent 5eb1b32 commit 90ffd81

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed
 

‎test/fixtures/vue-tsc/tsconfig.json

+1
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,7 @@
33
"allowJs": true,
44
"checkJs": true,
55
"module": "ES2022",
6+
"skipLibCheck": true,
67
"moduleResolution": "Node",
78
"noEmit": true,
89
"target": "ES2022",

0 commit comments

Comments
 (0)
Please sign in to comment.