Commit 7746b5d
committed
make type checking stricter by enabling noImplicitOverride and noUncheckedIndexedAccess tsconfig options.
BREAKING: This may cause some type errors and code will need to be
adjusted. In many cases the fixes are simple: prepend "override" to
class members affected by noImplicitOverride, or add a non-null
assertion (`!`) on expressions affected by noUncheckedIndexedAccess if
not a better conditional check.1 parent 801c4c9 commit 7746b5d
1 file changed
Lines changed: 2 additions & 1 deletion
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
38 | 38 | | |
39 | 39 | | |
40 | 40 | | |
41 | | - | |
| 41 | + | |
| 42 | + | |
42 | 43 | | |
43 | 44 | | |
44 | 45 | | |
| |||
0 commit comments