Skip to content

Commit

Permalink
fix: added missing export types for module (#465)
Browse files Browse the repository at this point in the history
  • Loading branch information
james-nair authored Jan 2, 2024
1 parent e67115a commit 8ab0909
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 @@ -15,7 +15,8 @@
"exports": {
".": {
"import": "./lib/esm/index.js",
"require": "./lib/cjs/index.js"
"require": "./lib/cjs/index.js",
"types": "./lib/types/index.t.ts",
}
},
"module": "lib/esm/index.js",
Expand Down

0 comments on commit 8ab0909

Please sign in to comment.