To not ignore possibly undefined values from an array (or any object), add this to your tsconfig.json:
"noUncheckedIndexedAccess": true
Docs reference