From 3d66a020657c0ace5bf193861f6613badbcbed85 Mon Sep 17 00:00:00 2001 From: "Kalle (Sendou)" <38327916+Sendouc@users.noreply.github.com> Date: Thu, 16 Dec 2021 22:30:58 +0200 Subject: [PATCH] noUncheckedIndexedAccess: false --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 87e54e440..8a7d843bb 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,7 +11,6 @@ "noUnusedLocals": true, "noUnusedParameters": true, "noFallthroughCasesInSwitch": true, - "noUncheckedIndexedAccess": true, "types": ["cypress"], "paths": { "~/*": ["./app/*"]