Skip to content

Commit 711a188

Browse files
committed
Add types export to package.json
1 parent 8c12890 commit 711a188

1 file changed

Lines changed: 2 additions & 1 deletion

File tree

package.json

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,8 @@
2323
"exports": {
2424
".": {
2525
"require": "./dist/cjs/index.js",
26-
"import": "./dist/esm/index.js"
26+
"import": "./dist/esm/index.js",
27+
"types": "./dist/imgproxy-node.d.ts"
2728
}
2829
},
2930
"license": "MIT",

0 commit comments

Comments
 (0)