Skip to content

Commit

Permalink
fix: add types field to exports in package.json
Browse files Browse the repository at this point in the history
  • Loading branch information
sosukesuzuki authored and eventualbuddha committed Oct 3, 2023
1 parent 5febeb9 commit f905432
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 f905432

Please sign in to comment.