From 4e434d43e657f4fc4f9886b442262176852dce02 Mon Sep 17 00:00:00 2001 From: Zeshan Aslam Date: Wed, 28 Apr 2021 19:33:15 -0400 Subject: docs: update configuration to include noUncheckedIndexedAccess (#10324) Fixes: #10305 Co-authored-by: Kitson Kelly --- docs/typescript/configuration.md | 1 + 1 file changed, 1 insertion(+) (limited to 'docs/typescript/configuration.md') diff --git a/docs/typescript/configuration.md b/docs/typescript/configuration.md index f0eaf65bc..eb629a8bd 100644 --- a/docs/typescript/configuration.md +++ b/docs/typescript/configuration.md @@ -54,6 +54,7 @@ and any other notes about that option: | `noStrictGenericChecks` | `false` | | | `noUnusedLocals` | `false` | | | `noUnusedParameters` | `false` | | +| `noUncheckedIndexedAccess` | `false` | | | `reactNamespace` | `React` | | | `strict` | `true` | | | `strictBindCallApply` | `true` | | -- cgit v1.2.3