Skip to content

Commit 0eed0e7

Browse files
dandvthisisjofrank
andauthored
Sort TS compiler options and rm dupe 'strict' in ts_config_migration.md (#2923)
Co-authored-by: Jo Franchetti <jofranchetti@gmail.com>
1 parent 40cbbbf commit 0eed0e7

File tree

1 file changed

+2
-3
lines changed

1 file changed

+2
-3
lines changed

runtime/reference/ts_config_migration.md

Lines changed: 2 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -164,17 +164,16 @@ and any other notes about that option:
164164
| `noImplicitThis` | `true` | |
165165
| `noImplicitUseStrict` | `true` | |
166166
| `noStrictGenericChecks` | `false` | |
167+
| `noUncheckedIndexedAccess` | `false` | |
167168
| `noUnusedLocals` | `false` | |
168169
| `noUnusedParameters` | `false` | |
169-
| `noUncheckedIndexedAccess` | `false` | |
170170
| `paths` | `{}` | |
171171
| `rootDirs` | `null` | |
172172
| `strict` | `true` | |
173-
| `strict` | `true` | |
174173
| `strictBindCallApply` | `true` | |
175174
| `strictFunctionTypes` | `true` | |
176-
| `strictPropertyInitialization` | `true` | |
177175
| `strictNullChecks` | `true` | |
176+
| `strictPropertyInitialization` | `true` | |
178177
| `suppressExcessPropertyErrors` | `false` | |
179178
| `suppressImplicitAnyIndexErrors` | `false` | |
180179
| `useUnknownInCatchVariables` | `true` | |

0 commit comments

Comments
 (0)