Skip to content

Commit

Permalink
add 'types' to package.json 'exports' root (#370)
Browse files Browse the repository at this point in the history
  • Loading branch information
jeremybanka authored Nov 3, 2024
1 parent af7a884 commit 9880a29
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 @@ -100,6 +100,7 @@
"readme": "https://github.com/modesty/pdf2json/blob/master/readme.md",
"exports": {
".": {
"types": "./pdfparser.d.ts",
"import": "./dist/pdfparser.js",
"require": "./dist/pdfparser.cjs"
}
Expand Down

0 comments on commit 9880a29

Please sign in to comment.