SyntaxFix
Write A Post
Hire A Developer
Questions
This is what it worked for me. The tsconfig.json has an option noImplicitAny that it was set to true, I just simply set it to false and now I can access properties in objects using strings.
tsconfig.json
noImplicitAny
true
false