Skip to content

Commit

Permalink
Merge pull request #56 from aleksandrjet/export-typings
Browse files Browse the repository at this point in the history
Export typings from package.json
  • Loading branch information
rschristian authored Oct 25, 2023
2 parents 88319f5 + 0a401d0 commit d3a975b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"source": "src/index.js",
"exports": {
".": {
"types": "./typings/index.d.ts",
"browser": "./dist/index.module.js",
"umd": "./dist/index.umd.js",
"import": "./dist/index.mjs",
Expand Down

0 comments on commit d3a975b

Please sign in to comment.