nuxt-multi-cache icon indicating copy to clipboard operation
nuxt-multi-cache copied to clipboard

Fix broken typedef export

Open bgondy opened this issue 1 year ago • 0 comments

Fixes #43

It seems the default types at package.json root is not taken into account when using exports.

I already had this issue on a private repo and just faced it with this one. The fix (maybe not the cleanest) was to specify typedefs for each export.

bgondy avatar Apr 23 '24 14:04 bgondy