Before you submit:
Is your feature request related to a problem? Please describe.
Type declaration .d.ts file should be included for each bundle in /dist
Describe the solution you'd like
Use a build step to place emitted declaration files into /dist
Describe alternatives you've considered
Using the package.json types: "src/plugins/imgix-vue" field. This is sub-optimal because the types are not bundled together.
Additional context
Before you submit:
Is your feature request related to a problem? Please describe.
Type declaration
.d.tsfile should be included for each bundle in/distDescribe the solution you'd like
Use a build step to place emitted declaration files into
/distDescribe alternatives you've considered
Using the
package.jsontypes: "src/plugins/imgix-vue"field. This is sub-optimal because the types are not bundled together.Additional context
package.jsonfield