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 b809288 commit 00e342aCopy full SHA for 00e342a
packages/react/package.json
@@ -25,7 +25,7 @@
25
"exports": {
26
".": {
27
"import": {
28
- "types": "./dist/index.d.ts",
+ "types": "./dist/index.d.mts",
29
"default": "./dist/index.mjs"
30
},
31
"require": {
@@ -35,7 +35,7 @@
35
36
"./internal": {
37
38
- "types": "./dist/internal.d.ts",
+ "types": "./dist/internal.d.mts",
39
"default": "./dist/internal.mjs"
40
41
@@ -45,7 +45,7 @@
45
46
"./errors": {
47
48
- "types": "./dist/errors.d.ts",
+ "types": "./dist/errors.d.mts",
49
"default": "./dist/errors.mjs"
50
51
0 commit comments