Skip to content

Commit

Permalink
Fix missing types when resolving from exports field in package.json (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
Schleuse authored Feb 22, 2024
1 parent ecc4d8a commit 1d89c65
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/shuffle/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@
"module": "./dist/shuffle.esm.js",
"source": "./src/shuffle.js",
"exports": {
"types": "./index.d.ts",
"require": "./dist/shuffle.js",
"default": "./dist/shuffle.esm.js"
},
Expand Down

0 comments on commit 1d89c65

Please sign in to comment.