We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 7e72284 commit 9cadb70Copy full SHA for 9cadb70
package.json
@@ -19,10 +19,18 @@
19
"types": "./lib/index.d.ts",
20
"exports": {
21
".": {
22
- "require": "./lib/index.cjs",
23
- "import": "./lib/index.mjs",
24
- "types": "./lib/index.d.ts",
25
- "default": "./lib/index.mjs"
+ "require": {
+ "types": "./lib/index.d.ts",
+ "default": "./lib/index.cjs"
+ },
26
+ "import": {
27
28
+ "default": "./lib/index.mjs"
29
30
+ "default": {
31
32
33
+ }
34
}
35
},
36
"imports": {
0 commit comments