From 90ffd817045b23bba74cdf72f4b707aed9fc9cae Mon Sep 17 00:00:00 2001 From: Daniel Roe Date: Thu, 23 Nov 2023 14:03:02 +0000 Subject: [PATCH] test: skip lib check with vue-tsc test --- test/fixtures/vue-tsc/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/test/fixtures/vue-tsc/tsconfig.json b/test/fixtures/vue-tsc/tsconfig.json index a5e2a5f43a..e675e5c3de 100644 --- a/test/fixtures/vue-tsc/tsconfig.json +++ b/test/fixtures/vue-tsc/tsconfig.json @@ -3,6 +3,7 @@ "allowJs": true, "checkJs": true, "module": "ES2022", + "skipLibCheck": true, "moduleResolution": "Node", "noEmit": true, "target": "ES2022",