Browse Source

chore: tsconfig: skip Lib Check

keiko233 1 năm trước cách đây
mục cha
commit
ae25ade318
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      tsconfig.json

+ 1 - 1
tsconfig.json

@@ -5,7 +5,7 @@
     "useDefineForClassFields": true,
     "lib": ["DOM", "DOM.Iterable", "ESNext"],
     "allowJs": false,
-    "skipLibCheck": false,
+    "skipLibCheck": true,
     "esModuleInterop": false,
     "allowSyntheticDefaultImports": true,
     "strict": true,