Closed SukkaW closed 10 months ago
I was trying to adapt the @adgaurd/tsurlfilter package in one of my projects. I get the following warning in my IDE:
@adgaurd/tsurlfilter
It turns out that the types field is missing in the package.json's exports map. The PR fixes that.
types
package.json
Thank you
@SukkaW, hi and thank you for contribution! Apologies, the commit has lost your authorship – my oversight when merging the changes.
I was trying to adapt the
@adgaurd/tsurlfilter
package in one of my projects. I get the following warning in my IDE:It turns out that the
types
field is missing in thepackage.json
's exports map. The PR fixes that.