Skip to content

Commit

Permalink
fix(clerk-react): Use mts files for package.json[exports][imports]
Browse files Browse the repository at this point in the history
  • Loading branch information
nikosdouvlis committed Dec 13, 2023
1 parent b809288 commit 00e342a
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions packages/react/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
"exports": {
".": {
"import": {
"types": "./dist/index.d.ts",
"types": "./dist/index.d.mts",
"default": "./dist/index.mjs"
},
"require": {
Expand All @@ -35,7 +35,7 @@
},
"./internal": {
"import": {
"types": "./dist/internal.d.ts",
"types": "./dist/internal.d.mts",
"default": "./dist/internal.mjs"
},
"require": {
Expand All @@ -45,7 +45,7 @@
},
"./errors": {
"import": {
"types": "./dist/errors.d.ts",
"types": "./dist/errors.d.mts",
"default": "./dist/errors.mjs"
},
"require": {
Expand Down

0 comments on commit 00e342a

Please sign in to comment.