docs: Incorrect tsconfig option name (#10140)

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
caucik 2021-04-19 23:18:31 +02:00 committed by GitHub
parent fe8057105e
commit 07887b120c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -44,7 +44,7 @@ and any other notes about that option:
| `jsx` | `"react"` | | | `jsx` | `"react"` | |
| `jsxFactory` | `"React.createElement"` | | | `jsxFactory` | `"React.createElement"` | |
| `jsxFragmentFactory` | `"React.Fragment"` | | | `jsxFragmentFactory` | `"React.Fragment"` | |
| `keysofStringsOnly` | `false` | | | `keyofStringsOnly` | `false` | |
| `lib` | `[ "deno.window" ]` | The default for this varies based on other settings in Deno. If it is supplied, it overrides the default. See below for more information. | | `lib` | `[ "deno.window" ]` | The default for this varies based on other settings in Deno. If it is supplied, it overrides the default. See below for more information. |
| `noFallthroughCasesInSwitch` | `false` | | | `noFallthroughCasesInSwitch` | `false` | |
| `noImplicitAny` | `true` | | | `noImplicitAny` | `true` | |
@ -56,7 +56,7 @@ and any other notes about that option:
| `noUnusedParameters` | `false` | | | `noUnusedParameters` | `false` | |
| `reactNamespace` | `React` | | | `reactNamespace` | `React` | |
| `strict` | `true` | | | `strict` | `true` | |
| `strictBindApply` | `true` | | | `strictBindCallApply` | `true` | |
| `strictFunctionTypes` | `true` | | | `strictFunctionTypes` | `true` | |
| `strictPropertyInitialization` | `true` | | | `strictPropertyInitialization` | `true` | |
| `strictNullChecks` | `true` | | | `strictNullChecks` | `true` | |