Skip to content

Commit

Permalink
Merge pull request #218 from eventualbuddha/pr/sosukesuzuki/217
Browse files Browse the repository at this point in the history
fix: add `types` field to `exports` in `package.json`
  • Loading branch information
eventualbuddha committed Nov 7, 2023
2 parents 5febeb9 + f905432 commit eea2581
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 @@ -21,7 +21,8 @@
"main": "./build/index.cjs",
"exports": {
"import": "./build/index.mjs",
"require": "./build/index.cjs"
"require": "./build/index.cjs",
"types": "./build/index.d.ts"
},
"types": "./build/index.d.ts",
"files": [
Expand Down

0 comments on commit eea2581

Please sign in to comment.