We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents dc942c7 + 97ea34e commit ba62aafCopy full SHA for ba62aaf
1 file changed
package.json
@@ -10,7 +10,8 @@
10
"type": "module",
11
"exports": {
12
"require": "./dist/index.cjs",
13
- "default": "./dist/index.modern.js"
+ "default": "./dist/index.modern.js",
14
+ "types": "./dist/index.d.ts"
15
},
16
"main": "./dist/index.cjs",
17
"module": "./dist/index.module.js",
0 commit comments