Skip to content

Commit

Permalink
Add types entry to exports
Browse files Browse the repository at this point in the history
Closes #713
  • Loading branch information
jcbrand committed Jul 8, 2024
1 parent 0239ad2 commit fc440af
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 @@ -46,7 +46,8 @@
"import": "./dist/strophe.esm.js",
"require": "./dist/strophe.common.js"
},
"default": "./src/index.js"
"default": "./src/index.js",
"types": "./src/types/index.d.ts"
},
"scripts": {
"types": "tsc",
Expand Down

0 comments on commit fc440af

Please sign in to comment.