Hi, this looks like a great tool and even something I thought about building myself a lot of times.
I'm curious why you're using the typescript compiler to parse the application instead of babel (with typescript parser).
It has the exact same api and can support both regular javascript and typescript together.
Hi, this looks like a great tool and even something I thought about building myself a lot of times.
I'm curious why you're using the typescript compiler to parse the application instead of babel (with typescript parser).
It has the exact same api and can support both regular javascript and typescript together.