Skip to content

Commit

Permalink
Merge pull request #830 from PaulHax/exports-types
Browse files Browse the repository at this point in the history
fix(package): add types entry to exports
  • Loading branch information
thewtex authored May 10, 2023
2 parents 2af3180 + 55ab443 commit 6f2a5c3
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 @@
},
"exports": {
".": {
"types": "./dist/index.d.ts",
"browser": "./dist/browser/index.js",
"import": "./dist/node/index.js",
"umd": "./dist/umd/itk-wasm.js",
Expand Down

0 comments on commit 6f2a5c3

Please sign in to comment.