Skip to content

Commit 9880a29

Browse files
authored
add 'types' to package.json 'exports' root (#370)
1 parent af7a884 commit 9880a29

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -100,6 +100,7 @@
100100
"readme": "https://github.com/modesty/pdf2json/blob/master/readme.md",
101101
"exports": {
102102
".": {
103+
"types": "./pdfparser.d.ts",
103104
"import": "./dist/pdfparser.js",
104105
"require": "./dist/pdfparser.cjs"
105106
}

0 commit comments

Comments
 (0)