From 0527be8cdb2c5d755a275df97130e78565c567e2 Mon Sep 17 00:00:00 2001 From: Alec Larson <1925840+aleclarson@users.noreply.github.com> Date: Mon, 15 Apr 2024 01:31:27 -0400 Subject: [PATCH] Removed suppressImplicitAnyIndexErrors due to deprecation --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index fb44f62..604b488 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "outDir": "dist", "sourceMap": true, "strict": true, - "suppressImplicitAnyIndexErrors": true, "target": "es2018" } }