File tree Expand file tree Collapse file tree 1 file changed +2
-3
lines changed
Expand file tree Collapse file tree 1 file changed +2
-3
lines changed Original file line number Diff line number Diff 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 ` | |
You can’t perform that action at this time.
0 commit comments