MaxLeiter / sortablejs-vue3

A thin wrapper around Sortable.js for Vue 3
https://sortablejs-vue3.maxleiter.com
MIT License
364 stars 20 forks source link

Add exports.types to tsconfig.json #84

Closed p-rivero closed 1 year ago

p-rivero commented 1 year ago

This fixes the import error when using "moduleResolution": "bundler" (now the default in Vue)

See https://github.com/vuejs/tsconfig#migrating-from-typescript--50

MaxLeiter commented 1 year ago

ty!

p-rivero commented 1 year ago

You're welcome :)