Skip to content

Commit

Permalink
Merge pull request #721 from simon-tma/patch-1
Browse files Browse the repository at this point in the history
Export the types file
  • Loading branch information
bakerkretzmar authored Mar 19, 2024
2 parents a89c8b6 + 335f5d7 commit f0b7a36
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,10 @@
],
"type": "module",
"source": "./src/js/index.js",
"exports": "./dist/index.js",
"exports": {
"types": "./src/js/index.d.ts",
"default": "./dist/index.js"
},
"module": "./dist/index.esm.js",
"types": "./src/js/index.d.ts",
"scripts": {
Expand Down

0 comments on commit f0b7a36

Please sign in to comment.