We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent bde8a41 commit 0ee705cCopy full SHA for 0ee705c
package.json
@@ -41,6 +41,8 @@
41
"types": "./dist/index.d.ts",
42
"exports": "./src/index.ts",
43
"publishConfig": {
44
+ "main": "./dist/index.cjs",
45
+ "module": "./dist/index.js",
46
"exports": {
47
48
"import": "./dist/index.js",
0 commit comments