test: skip lib check with vue-tsc test

This commit is contained in:
Daniel Roe 2023-11-23 14:03:02 +00:00
parent 5eb1b32f62
commit 90ffd81704
No known key found for this signature in database
GPG Key ID: 3714AB03996F442B
1 changed files with 1 additions and 0 deletions

View File

@ -3,6 +3,7 @@
"allowJs": true,
"checkJs": true,
"module": "ES2022",
"skipLibCheck": true,
"moduleResolution": "Node",
"noEmit": true,
"target": "ES2022",