error TS7006: Parameter 'req' implicitly has an 'any' type #2497
Labels
AREA: TypeScript definitions
STATE: Auto-locked
An issue has been automatically locked by the Lock bot.
TYPE: bug
The described behavior is considered as wrong (bug).
Milestone
Are you requesting a feature or reporting a bug?
Bug
What is the current behavior?
In TypeScript project, tsc will produce the following errors (due to the
"noImplicitAny": true
in the tsc configuration file):tsc runs well after doing the following modifications:
What is the expected behavior?
How would you reproduce the current behavior (if this is a bug)?
Provide the test code and the tested page URL (if applicable)
Tested page URL:
Test code
Specify your
The text was updated successfully, but these errors were encountered: