Skip to content

Commit

Permalink
fix: add "types" conditions (#10)
Browse files Browse the repository at this point in the history
  • Loading branch information
NMinhNguyen authored Feb 5, 2024
1 parent 3c916b2 commit d872fbd
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -15,13 +15,15 @@
"exports": {
".": [
{
"types": "./index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.js"
},
"./dist/index.js"
],
"./sync": [
{
"types": "./sync/index.d.ts",
"import": "./sync/index.mjs",
"require": "./sync/index.js"
},
Expand Down

0 comments on commit d872fbd

Please sign in to comment.