diff options
author | Zeshan Aslam <zeshan12aslam@gmail.com> | 2021-04-28 19:33:15 -0400 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-04-29 09:33:15 +1000 |
commit | 4e434d43e657f4fc4f9886b442262176852dce02 (patch) | |
tree | c6d0f604f38bd32931d13891562e388d4e569c65 /docs/typescript/configuration.md | |
parent | e89295b176b4f494d19b547b6b4d7c98d0cf1da1 (diff) |
docs: update configuration to include noUncheckedIndexedAccess (#10324)
Fixes: #10305
Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
Diffstat (limited to 'docs/typescript/configuration.md')
-rw-r--r-- | docs/typescript/configuration.md | 1 |
1 files changed, 1 insertions, 0 deletions
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` | | |