Skip to content

Commit

Permalink
adjust exports to support non-ts environments
Browse files Browse the repository at this point in the history
  • Loading branch information
dmaskasky committed Jan 27, 2025
1 parent 9568194 commit baddc8a
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@
"./package.json": "./package.json",
".": {
"import": {
"types": "./src/index.ts",
"default": "./src/index.ts"
"types": "./dist/index.d.ts",
"default": "./dist/index.js"
},
"require": {
"types": "./dist/cjs/index.d.ts",
Expand Down

0 comments on commit baddc8a

Please sign in to comment.