parsajiravand / vue3-form-wizard

A vue3 based tab/form wizard
https://vue3-form-wizard-document.netlify.app/
31 stars 7 forks source link

improve types export #22

Closed Koriano closed 9 months ago

Koriano commented 9 months ago

While using this repo, I had some trouble using types definition with TypeScript. This causes my TS compilation and my pipeline to fail. I found a solution to fix types exports of this library by moving "types" key in package.json in "exports" (tested in my node_modules)

parsajiravand commented 9 months ago

Hello, my friend I hope you doing well. Thanks a lot for your solution. I did check, TS issue has been fixed.