Using the plugin without Babel?
slavafomin opened this issue · 1 comments
slavafomin commented
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!
milesj commented
@slavafomin At the moment no, it relies on Babel's AST.