mirror of
https://github.com/denoland/deno.git
synced 2025-10-03 07:34:36 +00: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"` | |
|
| `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` | |
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue