From 37c096ff8182d0cf4762093a10232bbe5b84e5b3 Mon Sep 17 00:00:00 2001 From: JGiter Date: Thu, 22 Jun 2023 13:18:52 +0300 Subject: [PATCH] fix: disable suppress any index err --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 595b8bb2..32489710 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -29,7 +29,6 @@ "strictFunctionTypes": true, "strictNullChecks": true, "strictPropertyInitialization": false, - "suppressImplicitAnyIndexErrors": true, "target": "es6" }, "ts-node": {