Skip to content

Commit

Permalink
build: fix types exports (#123)
Browse files Browse the repository at this point in the history
* build: fix types exports

* chore: reduce changes
  • Loading branch information
bluwy authored Aug 27, 2024
1 parent 7b3f0bd commit 37eb0f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -8,12 +8,10 @@
"type": "module",
"exports": {
".": {
"types": "./dist/index.d.ts",
"import": "./dist/index.mjs",
"require": "./dist/index.cjs"
},
"./helpers": {
"types": "./helpers.d.ts",
"import": "./dist/helpers.mjs",
"require": "./dist/helpers.cjs"
}
Expand Down

0 comments on commit 37eb0f8

Please sign in to comment.