From: Haoqun Jiang Date: Mon, 26 Jul 2021 09:00:11 +0000 (+0800) Subject: fix: enable `skipLibCheck` option X-Git-Tag: v3.0.0-alpha.2~33 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=0885ed84136630d478a55e7b4ca518ca1e9a299e;p=thirdparty%2Fvuejs%2Fcreate-vue.git fix: enable `skipLibCheck` option --- diff --git a/template/config/base/jsconfig.json b/template/config/base/jsconfig.json index d63ac93b..7fa21452 100644 --- a/template/config/base/jsconfig.json +++ b/template/config/base/jsconfig.json @@ -15,7 +15,8 @@ "src/*" ] }, - "lib": ["esnext", "dom", "dom.iterable", "scripthost"] + "lib": ["esnext", "dom", "dom.iterable", "scripthost"], + "skipLibCheck": true }, "include": [ "vite.config.*",