Skip to content

Commit

Permalink
fix: types export
Browse files Browse the repository at this point in the history
  • Loading branch information
xavidop committed Dec 27, 2024
1 parent 2d5cc2d commit d2e9e55
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
"require": "./lib/cjs/index.js",
"default": "./lib/cjs/index.js",
"import": "./lib/esm/index.mjs",
"types": "./lib/cjs/index.d.ts"
"types": "./lib/types/index.d.ts"
}
},
"files": [
Expand Down

0 comments on commit d2e9e55

Please sign in to comment.