We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4c5a819 + d28d414 commit 447fbcaCopy full SHA for 447fbca
1 file changed
package.json
@@ -11,7 +11,8 @@
11
{
12
"import": "./dist/index.es.js",
13
"require": "./dist/index.cjs.js",
14
- "default": "./dist/index.cjs.js"
+ "default": "./dist/index.cjs.js",
15
+ "types": "./dist/index.d.ts"
16
}
17
],
18
"./package.json": "./package.json"
0 commit comments