We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 9d47ced + b507fa6 commit bf1490eCopy full SHA for bf1490e
1 file changed
package.json
@@ -5,7 +5,8 @@
5
"exports": {
6
".": {
7
"require": "./dist/index.cjs.js",
8
- "import": "./dist/index.es.js"
+ "import": "./dist/index.es.js",
9
+ "types": "./types/index.d.ts"
10
}
11
},
12
"main": "dist/index.cjs",
0 commit comments