We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7113c99 commit 2c7b9b4Copy full SHA for 2c7b9b4
1 file changed
package.json
@@ -26,10 +26,14 @@
26
"types": "./dist/index.d.ts",
27
"exports": {
28
".": {
29
- "types": "./dist/index.d.ts",
30
- "import": "./dist/index.js",
31
- "require": "./dist/index.cjs",
32
- "default": "./dist/index.js"
+ "import": {
+ "types": "./dist/index.d.ts",
+ "default": "./dist/index.js"
+ },
33
+ "require": {
34
+ "types": "./dist/index.d.cts",
35
+ "default": "./dist/index.cjs"
36
+ }
37
}
38
},
39
"files": [
0 commit comments