Skip to content

Commit

Permalink
Export dts file typings (#789)
Browse files Browse the repository at this point in the history
  • Loading branch information
SferaDev authored Nov 5, 2023
1 parent 1533c27 commit 62506ea
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 @@ -19,7 +19,8 @@
"exports": {
".": {
"require": "./dist/index.js",
"import": "./dist/esm/index.js"
"import": "./dist/esm/index.js",
"types": "./dist/index.d.ts"
}
},
"main": "dist/index.js",
Expand Down

0 comments on commit 62506ea

Please sign in to comment.