From b3a488f41edf2ca66bd50b90ba43787efbe7076b Mon Sep 17 00:00:00 2001 From: Sebastian Malton Date: Thu, 17 Nov 2022 15:23:57 -0500 Subject: [PATCH] Revert tsconfig change Signed-off-by: Sebastian Malton --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index df6db147c3..b97369efc7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -15,7 +15,6 @@ "noImplicitAny": true, "noUnusedLocals": true, "noImplicitReturns": true, - "noUncheckedIndexedAccess": true, "experimentalDecorators": true, "emitDecoratorMetadata": true, "isolatedModules": true,