Skip to content

Commit

Permalink
Specify types path in package.json#exports (#170)
Browse files Browse the repository at this point in the history
  • Loading branch information
steelbrain authored Oct 24, 2024
1 parent 6f60422 commit 0f86e10
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 @@ -13,6 +13,7 @@
"umd:main": "dist/index.umd.js",
"module": "dist/index.module.js",
"exports": {
"types": "./dist/index.d.ts",
"require": "./dist/index.js",
"default": "./dist/index.modern.js"
},
Expand Down

0 comments on commit 0f86e10

Please sign in to comment.