rlemaigre / vue3-promise-dialog

Dialogs meet promises in Vue 3 !
MIT License
69 stars 14 forks source link

Fix ts5 exports #12

Open taxilian opened 1 year ago

taxilian commented 1 year ago

This builds on mlesin's nested dialog support and fixes the library to work with the new "bundler" build mode in typescript 5 -- the critical thing here is just that it has a "types" in the "exports" / "." definition. Without that it won't work on anything that treats it as a es module but needs typescript types.