Skip to content

Commit

Permalink
fix(types): Export types for ESM.
Browse files Browse the repository at this point in the history
fix #329.
  • Loading branch information
jwalton committed Apr 3, 2023
1 parent 93b0ebf commit 7d3755a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,8 @@
".": {
"import": "./dist/esm/index.js",
"require": "./dist/cjs/index.js",
"default": "./dist/cjs/index.js"
"default": "./dist/cjs/index.js",
"types": "./dist/esm/index.d.ts"
}
},
"files": [
Expand Down

0 comments on commit 7d3755a

Please sign in to comment.