From 928ebf10e6768920b68ec3fb26c41f5743e82d70 Mon Sep 17 00:00:00 2001 From: Jannik Buschke Date: Sat, 28 Oct 2023 12:39:59 +0200 Subject: [PATCH] reenable suppressImplicitAnyIndexErrors --- components/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/components/tsconfig.json b/components/tsconfig.json index a540473..70fe369 100644 --- a/components/tsconfig.json +++ b/components/tsconfig.json @@ -15,6 +15,7 @@ "importHelpers": true, "esModuleInterop": true, "strictNullChecks": true, + "suppressImplicitAnyIndexErrors": true, "noUnusedLocals": false, "declaration": true, "declarationMap": true,