Ver código fonte

chore: tsconfig: skip Lib Check

keiko233 1 ano atrás
pai
commit
ae25ade318
1 arquivos alterados com 1 adições e 1 exclusões
  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,