mirror of
https://github.com/denoland/deno.git
synced 2024-12-22 15:24:46 -05:00
docs: Incorrect tsconfig option name (#10140)
Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
parent
fe8057105e
commit
07887b120c
1 changed files with 2 additions and 2 deletions
|
@ -44,7 +44,7 @@ and any other notes about that option:
|
|||
| `jsx` | `"react"` | |
|
||||
| `jsxFactory` | `"React.createElement"` | |
|
||||
| `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. |
|
||||
| `noFallthroughCasesInSwitch` | `false` | |
|
||||
| `noImplicitAny` | `true` | |
|
||||
|
@ -56,7 +56,7 @@ and any other notes about that option:
|
|||
| `noUnusedParameters` | `false` | |
|
||||
| `reactNamespace` | `React` | |
|
||||
| `strict` | `true` | |
|
||||
| `strictBindApply` | `true` | |
|
||||
| `strictBindCallApply` | `true` | |
|
||||
| `strictFunctionTypes` | `true` | |
|
||||
| `strictPropertyInitialization` | `true` | |
|
||||
| `strictNullChecks` | `true` | |
|
||||
|
|
Loading…
Reference in a new issue