Is it possible to use Vite with TypeScript in f7?

I have read this topic here

so I can use Vite with TypeScript and use “import type” for module tsx import but it gives me error!

or use “import type” in f7 with react?

is it possible?
thanks for any tip!

yes sure, you can use .tsx

how do you use it? can you show your vite config? do you changed all .js to tsx?