ismail9k / vue3-carousel

Vue 3 carousel component
https://ismail9k.github.io/vue3-carousel/
MIT License
675 stars 167 forks source link

TS2307: Cannot find module '@/types' or its corresponding type declarations #227

Closed bjornharrtell closed 1 year ago

bjornharrtell commented 1 year ago

Getting this error:

node_modules/vue3-carousel/dist/carousel.d.ts:3:29 - error TS2307: Cannot find module '@/types' or its corresponding type declarations.

... when generating type declarations using vite-plugin-dts. Unsure if it's a bug here or in vite-plugin-dts, but the latter seem to work fine with other things.

ismail9k commented 1 year ago

Fixed in v0.1.47