SyntaxFix
Write A Post
Hire A Developer
Questions
In your tsconfig.json file set the parameter "noImplicitAny": false under compilerOptions to get rid of this error.
tsconfig.json
"noImplicitAny": false
compilerOptions