diff --git a/tsconfig.json b/tsconfig.json index e739025fa6..e30426d459 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -7,6 +7,7 @@ "allowJs": true, "checkJs": false, "allowImportingTsExtensions": true, + "noUncheckedIndexedAccess": false, "strictNullChecks": true, "lib": ["ESNext", "DOM", "DOM.Iterable"], "types": [],