0
0
Fork 0
mirror of https://github.com/denoland/deno.git synced 2025-03-03 09:31:22 -05:00

docs: update configuration to include noUncheckedIndexedAccess (#10324)

Fixes: #10305 

Co-authored-by: Kitson Kelly <me@kitsonkelly.com>
This commit is contained in:
Zeshan Aslam 2021-04-28 19:33:15 -04:00 committed by GitHub
parent e89295b176
commit 4e434d43e6
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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` | |