Open
Description
π€ What's the problem you're trying to solve?
I am using cucumber in a typescript porject and I would like to use typescritp for my cucumber config file as well.
β¨ What's your proposed solution?
Webpack has really good support for this type of thing:
https://webpack.js.org/configuration/configuration-languages/
Their solution makes use of node-interpret, and I think we could use the same approach here:
https://github.com/gulpjs/interpret
β Have you considered any alternatives or workarounds?
One workaround that I'm currently using is to use jsdoc annotations in a js config file.
π Any additional context?
No response
Metadata
Metadata
Assignees
Labels
No labels