]> git.ipfire.org Git - thirdparty/vuejs/create-vue.git/commitdiff
fix: enable `skipLibCheck` option
authorHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 26 Jul 2021 09:00:11 +0000 (17:00 +0800)
committerHaoqun Jiang <haoqunjiang@gmail.com>
Mon, 26 Jul 2021 09:00:11 +0000 (17:00 +0800)
template/config/base/jsconfig.json

index d63ac93b82aa4bc5d5eddb1fd34950cf29035369..7fa2145282b05591286edbb1ef0e17de726cde8c 100644 (file)
@@ -15,7 +15,8 @@
         "src/*"
       ]
     },
-    "lib": ["esnext", "dom", "dom.iterable", "scripthost"]
+    "lib": ["esnext", "dom", "dom.iterable", "scripthost"],
+    "skipLibCheck": true
   },
   "include": [
     "vite.config.*",