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

View File

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