nuxt-multi-cache
nuxt-multi-cache copied to clipboard
Fix broken typedef export
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.