Quellcode durchsuchen

chore: 移除tsconfig中多余的suppressImplicitAnyIndexErrors配置

yz vor 3 Wochen
Ursprung
Commit
ae946d0499
1 geänderte Dateien mit 2 neuen und 3 gelöschten Zeilen
  1. 2 3
      tsconfig.json

+ 2 - 3
tsconfig.json

@@ -51,8 +51,7 @@
     "noImplicitAny": false,
     "noImplicitReturns": false,
     "noImplicitThis": false,
-    "strictNullChecks": false,
-    "suppressImplicitAnyIndexErrors": true
+    "strictNullChecks": false
   },
   "include": [
     "src/**/*.ts",
@@ -70,4 +69,4 @@
     "**/*.test.ts"
   ],
   "compileOnSave": false
-}
+}