Skip to content

Commit

Permalink
fix: add exports map
Browse files Browse the repository at this point in the history
  • Loading branch information
MaikoTan committed Apr 1, 2024
1 parent bf922ad commit 4059a5f
Showing 1 changed file with 7 additions and 0 deletions.
7 changes: 7 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -19,6 +19,13 @@
"license": "MIT",
"main": "lib/index.js",
"types": "lib/index.d.ts",
"exports": {
".": {
"types": "./lib/index.d.ts",
"default": "./lib/index.js"
},
"./package.json": "./package.json"
},
"directories": {
"src": "src",
"test": "__tests__"
Expand Down

0 comments on commit 4059a5f

Please sign in to comment.