diff options
Diffstat (limited to 'docs/typescript')
-rw-r--r-- | docs/typescript/configuration.md | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/docs/typescript/configuration.md b/docs/typescript/configuration.md index 4ab09dc6b..f0eaf65bc 100644 --- a/docs/typescript/configuration.md +++ b/docs/typescript/configuration.md @@ -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` | | |