We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 1b83342 + 767d630 commit 309095bCopy full SHA for 309095b
1 file changed
package.json
@@ -30,9 +30,14 @@
30
],
31
"exports": {
32
".": {
33
- "types": "./dist/index.d.ts",
34
- "require": "./dist/index.cjs",
35
- "import": "./dist/index.mjs"
+ "require": {
+ "types": "./dist/index.d.cts",
+ "default": "./dist/index.cjs"
36
+ },
37
+ "import": {
38
+ "types": "./dist/index.d.mts",
39
+ "default": "./dist/index.mjs"
40
+ }
41
}
42
},
43
"scripts": {
0 commit comments