TotalTechGeek / json-logic-engine

Construct complex rules with JSON & process them.
MIT License
43 stars 9 forks source link

export types #18

Closed Qwerios closed 1 month ago

Qwerios commented 8 months ago

This fixes missing type errors when respecting the exports section of the package.json

xStoryTeller commented 6 months ago

Looks good to me, this would help with typing errors.

TotalTechGeek commented 1 month ago

Thanks for this MR; until recently, I wasn't having issues with my tooling re:types, because there was already a types export being honored.

This left me hesitant to merge this MR, but when I had issues today trying to build an updated Vite TS Project, I realized why this had been filed 😅

Appreciate it!