Skip to content

Commit

Permalink
test: skip lib check with vue-tsc test
Browse files Browse the repository at this point in the history
  • Loading branch information
danielroe committed Nov 23, 2023
1 parent 5eb1b32 commit 90ffd81
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions test/fixtures/vue-tsc/tsconfig.json
Original file line number Diff line number Diff line change
Expand Up @@ -3,6 +3,7 @@
"allowJs": true,
"checkJs": true,
"module": "ES2022",
"skipLibCheck": true,
"moduleResolution": "Node",
"noEmit": true,
"target": "ES2022",
Expand Down

0 comments on commit 90ffd81

Please sign in to comment.