We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents afdeb79 + 72a249f commit ff25aaaCopy full SHA for ff25aaa
1 file changed
package.json
@@ -43,7 +43,8 @@
43
"exports": {
44
".": {
45
"import": "./dist/esm/index.js",
46
- "require": "./dist/cjs/index.js"
+ "require": "./dist/cjs/index.js",
47
+ "types": "./index.d.ts"
48
}
49
},
50
"types": "./index.d.ts",
0 commit comments