use vue3-sfc-loader with typescript
I have "screens" in my app (basically vue file).
Different clients will have their own version of screens. So instead of pre-compiling them into application i want to load them dynamically based on the login.
So want to use vue3-sfc-loader but not sure how to use it with typescript.
Is it possible? Or should i somehow compile/convert .vue file with typescript to .vue file with JavaScript and then feed to vue3-sfc-loader? If yes, then how can i convert .vue(ts) to .vue(js)?