ソースを参照

chore: tsconfig add skipLibCheck

richard1015 4 年 前
コミット
ac57bb693d
1 ファイル変更1 行追加0 行削除
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

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