Open
Description
When we converted cucumber-js from JavaScript to TypeScript, we used the any
type quite liberally to hasten the process.
We have a long-term goal to replace all instances of any
with the suitable type.
This would make a great first-timer contribution to potter around in the code and get to know it. As always, you can find the commiters in the https://cucumber.io/community#slack if you need any guidance.
This could be solved by multiple small pull requests. Even a PR fixing a single use of any
would be welcome!