We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4fd4670 commit 082c26dCopy full SHA for 082c26d
package.json
@@ -25,6 +25,8 @@
25
"types": "./dist/index.d.ts",
26
"exports": "./src/index.ts",
27
"publishConfig": {
28
+ "main": "./dist/index.cjs",
29
+ "module": "./dist/index.js",
30
"exports": {
31
32
"import": "./dist/index.js",
0 commit comments