Skip to content

Commit

Permalink
fix(pkg): add types to the exports (#125)
Browse files Browse the repository at this point in the history
  • Loading branch information
rinsuki committed Jun 3, 2022
1 parent 882e1a3 commit bf8a329
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
"sideEffects": false,
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
}
Expand Down

0 comments on commit bf8a329

Please sign in to comment.