Ver código fonte

📐 tsconfig add skipLibCheck

chenshuai2144 6 anos atrás
pai
commit
4c6a11eeda
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      tsconfig.json

+ 1 - 0
tsconfig.json

@@ -14,6 +14,7 @@
     "suppressImplicitAnyIndexErrors": true,
     "noUnusedLocals": true,
     "allowJs": true,
+    "skipLibCheck": true,
     "experimentalDecorators": true,
     "strict": true,
     "paths": {