We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 8c12890 + 711a188 commit 2c83149Copy full SHA for 2c83149
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