Skip to content

Commit 00e342a

Browse files
committed
fix(clerk-react): Use mts files for package.json[exports][imports]
1 parent b809288 commit 00e342a

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

packages/react/package.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"exports": {
2626
".": {
2727
"import": {
28-
"types": "./dist/index.d.ts",
28+
"types": "./dist/index.d.mts",
2929
"default": "./dist/index.mjs"
3030
},
3131
"require": {
@@ -35,7 +35,7 @@
3535
},
3636
"./internal": {
3737
"import": {
38-
"types": "./dist/internal.d.ts",
38+
"types": "./dist/internal.d.mts",
3939
"default": "./dist/internal.mjs"
4040
},
4141
"require": {
@@ -45,7 +45,7 @@
4545
},
4646
"./errors": {
4747
"import": {
48-
"types": "./dist/errors.d.ts",
48+
"types": "./dist/errors.d.mts",
4949
"default": "./dist/errors.mjs"
5050
},
5151
"require": {

0 commit comments

Comments
 (0)