Browse Source

chore: tsconfig add skipLibCheck

richard1015 4 years ago
parent
commit
ac57bb693d
1 changed files with 1 additions and 0 deletions
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -12,6 +12,7 @@
     "removeComments": true,
     "removeComments": true,
     "resolveJsonModule": true,
     "resolveJsonModule": true,
     "esModuleInterop": true,
     "esModuleInterop": true,
+    "skipLibCheck": true,
     "lib": ["esnext", "dom"],
     "lib": ["esnext", "dom"],
     "outDir": "./tsc/test",
     "outDir": "./tsc/test",
     "types": ["vite/client", "jest"],
     "types": ["vite/client", "jest"],