Add noUncheckedIndexedAccess
to tsconfig
#725
Labels
type:code-enhancement
Internal improvements to the codebase
noUncheckedIndexedAccess
to tsconfig
#725
The issue described in #715 could have been prevented by enabling
noUncheckedIndexedAccess
in our tsconfig.json. Investigate whethernoUncheckedIndexedAccess
is actually beneficial to our codebase and if so, introduce it.At any rate, introducing this would require some work:
The text was updated successfully, but these errors were encountered: