Quellcode durchsuchen

📐 tsconfig add skipLibCheck

chenshuai2144 vor 6 Jahren
Ursprung
Commit
4c6a11eeda
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  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": {