diff --git a/apps/web/tsconfig.json b/apps/web/tsconfig.json index 1d1af1f6b..aab98d659 100644 --- a/apps/web/tsconfig.json +++ b/apps/web/tsconfig.json @@ -29,7 +29,7 @@ "noUnusedParameters": true, "noImplicitReturns": true, "noFallthroughCasesInSwitch": true, - // "noUncheckedIndexedAccess": true, // TODO: Enable progressively - requires fixing 200+ array/object access checks + "noUncheckedIndexedAccess": true, // Enabled in audit remediation C12 — adds ~234 errors on top of 493 pre-existing; fix progressively "noImplicitOverride": true, "baseUrl": ".", "paths": {