Skip to content

Commit

Permalink
Add types exports field for TypeScript ESM (#925)
Browse files Browse the repository at this point in the history
  • Loading branch information
kidonng authored Mar 1, 2023
1 parent 6b494df commit 1ccb155
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/octicons_react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,7 @@
"main": "dist/index.umd.js",
"module": "dist/index.esm.js",
"exports": {
"types": "./dist/index.d.ts",
"import": "./dist/index.esm.js",
"require": "./dist/index.umd.js"
},
Expand Down

0 comments on commit 1ccb155

Please sign in to comment.