Skip to content

Commit

Permalink
Update default values of noImplicitOverride and `useUnknownInCatchV…
Browse files Browse the repository at this point in the history
…ariables` (#951)
  • Loading branch information
kt3k authored Oct 7, 2024
1 parent ba365a0 commit b33ed6f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion runtime/reference/ts_config_migration.md
Original file line number Diff line number Diff line change
Expand Up @@ -120,6 +120,7 @@ and any other notes about that option:
| `noErrorTruncation` | `false` | |
| `noFallthroughCasesInSwitch` | `false` | |
| `noImplicitAny` | `true` | |
| `noImplicitOverride` | `true` | |
| `noImplicitReturns` | `false` | |
| `noImplicitThis` | `true` | |
| `noImplicitUseStrict` | `true` | |
Expand All @@ -135,7 +136,7 @@ and any other notes about that option:
| `strictNullChecks` | `true` | |
| `suppressExcessPropertyErrors` | `false` | |
| `suppressImplicitAnyIndexErrors` | `false` | |
| `useUnknownInCatchVariables` | `false` | |
| `useUnknownInCatchVariables` | `true` | |

For a full list of compiler options and how they affect TypeScript, please refer
to the
Expand Down

0 comments on commit b33ed6f

Please sign in to comment.