How to generate typescript files for services instead of js ones? Is there a way to avoid require
using import instead
?
#274
Labels
require
using import instead
?
#274
I'm new to this proto* world!
Is there a way to automagically generate .ts (typescript) files for services instead of .js (javascript) files?
I'm stucked using it with vitejs.dev or any webpack bundler because of the
require
s.The text was updated successfully, but these errors were encountered: