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:
parent
e89295b176
commit
4e434d43e6
1 changed files with 1 additions and 0 deletions
|
@ -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` | |
|
||||
|
|
Loading…
Add table
Reference in a new issue