herberttn / vite-plugin-typescript-transform

Applies the TypeScript compiler during vite's transform build phase.
MIT License
16 stars 2 forks source link

How do I use this #2

Closed paganaye closed 8 months ago

paganaye commented 9 months ago

Doc Improvement Request: I am trying to follow your readme, I made a new app and installed your package. I am not really sure how to use it to implement the typescript transformer you mention. Did I miss an example somewhere? What should I do to make my source code transformed. https://github.com/paganaye/vite-plugin-one

herberttn commented 9 months ago

@paganaye what are you trying to do exactly?