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 f460633 commit ecf1919Copy full SHA for ecf1919
package.json
@@ -23,9 +23,14 @@
23
"sideEffects": false,
24
"exports": {
25
".": {
26
- "types": "./dist/index.d.ts",
27
- "import": "./dist/index.mjs",
28
- "require": "./dist/index.cjs"
+ "import": {
+ "types": "./dist/index.d.mts",
+ "default": "./dist/index.mjs"
29
+ },
30
+ "require": {
31
+ "types": "./dist/index.d.cts",
32
+ "default": "./dist/index.cjs"
33
+ }
34
}
35
},
36
"main": "./dist/index.mjs",
0 commit comments