We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8c12890 commit 711a188Copy full SHA for 711a188
1 file changed
package.json
@@ -23,7 +23,8 @@
23
"exports": {
24
".": {
25
"require": "./dist/cjs/index.js",
26
- "import": "./dist/esm/index.js"
+ "import": "./dist/esm/index.js",
27
+ "types": "./dist/imgproxy-node.d.ts"
28
}
29
},
30
"license": "MIT",
0 commit comments