Skip to content

Commit

Permalink
fix missing types from exports
Browse files Browse the repository at this point in the history
  • Loading branch information
JAD3N authored and lupomontero committed Dec 3, 2024
1 parent ed5b305 commit 6edc4f8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions package.json
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,7 @@
"main": "./dist/psl.cjs",
"exports": {
".": {
"types": "./types/index.d.ts",
"import": "./dist/psl.mjs",
"require": "./dist/psl.cjs"
}
Expand Down

0 comments on commit 6edc4f8

Please sign in to comment.