You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
When I have foo.vue in src, then vuetype src/ will generate foo.vue.d.ts instead of foo.d.ts.
I use the pattern import Foo from "./foo" everywhere in my project and now I have to use import Foo from "./foo.vue" just for Vue components which is confusing.
I've created a script to rename the files but it would be nice if you could add an option --strip-vue or --strip-ext to vuetype.
The text was updated successfully, but these errors were encountered:
When I have
foo.vue
insrc
, thenvuetype src/
will generatefoo.vue.d.ts
instead offoo.d.ts
.I use the pattern
import Foo from "./foo"
everywhere in my project and now I have to useimport Foo from "./foo.vue"
just for Vue components which is confusing.I've created a script to rename the files but it would be nice if you could add an option
--strip-vue
or--strip-ext
tovuetype
.The text was updated successfully, but these errors were encountered: