Skip to content

Commit 2ee9840

Browse files
authored
Merge pull request #39 from harrygr/ts-types-entrypoint
Indicate types declaration file in package.json
2 parents c59895f + cbb8c0c commit 2ee9840

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

package.json

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,6 +6,7 @@
66
"module": "dist/imagekit.esm.js",
77
"browser": "dist/imagekit.min.js",
88
"unpkg": "dist/imagekit.min.js",
9+
"types": "dist/src/index.d.ts",
910
"files": [
1011
"dist",
1112
"src"

0 commit comments

Comments
 (0)