I am new to TypeScript and I don\'t understand the what I need to do to fix the line that generates the TS7015 error (referencing an enum member using a string variable) bec
You can prevent this error with the compiler option without loosing the whole strict null checks
"suppressImplicitAnyIndexErrors": true