Skip to content

Commit

Permalink
fix: updated package.json export to include "types" field (#82)
Browse files Browse the repository at this point in the history
  • Loading branch information
Cygnusfear authored Jun 7, 2024
1 parent 72ea809 commit daf870b
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,8 @@
"exports": {
".": {
"import": "./dist/three.quarks.esm.js",
"require": "./dist/three.quarks.cjs"
"require": "./dist/three.quarks.cjs",
"types": "./dist/types/index.d.ts"
}
},
"files": [
Expand Down

0 comments on commit daf870b

Please sign in to comment.