Skip to content

Commit

Permalink
fix(package.json): add "types" to package export
Browse files Browse the repository at this point in the history
  • Loading branch information
kkirby committed Dec 1, 2022
1 parent e7f6d63 commit 53a48ac
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 @@ -34,7 +34,8 @@
".": {
"node": {
"import": "./build/node/esm/index.js",
"require": "./build/node/cjs/index.js"
"require": "./build/node/cjs/index.js",
"types": "./build/index.d.ts"
},
"default": "./build/browser/esm/index.js"
}
Expand Down

0 comments on commit 53a48ac

Please sign in to comment.