milesj/babel-plugin-typescript-to-proptypes

Using the plugin without Babel?

slavafomin opened this issue · 1 comments

Hello!

Thank you for this great plugin!

However, is it possible to use this without Babel? I'm compiling my code with TypeScript compiler directly, and I was looking for a solution that will generate prop types from type definitions.

Thanks!

@slavafomin At the moment no, it relies on Babel's AST.