Skip to content

Commit

Permalink
Point package.json to generated types
Browse files Browse the repository at this point in the history
  • Loading branch information
goto-bus-stop committed Dec 29, 2023
1 parent 1cbe23b commit 6d2699d
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,10 @@
],
"main": "src/index.js",
"exports": {
".": "./src/index.js",
".": {
"default": "./src/index.js",
"types": "./types/index.d.ts"
},
"./package.json": "./package.json"
},
"type": "module",
Expand Down

0 comments on commit 6d2699d

Please sign in to comment.