Skip to content

Commit a62bdd6

Browse files
authored
fix(react): fix package.json types (#462)
1 parent da18c65 commit a62bdd6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: packages/plugin-react/package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
"type": "module",
2323
"main": "./dist/index.cjs",
2424
"module": "./dist/index.mjs",
25-
"types": "./dist/index.d.ts",
25+
"types": "./dist/index.d.mts",
2626
"exports": {
2727
".": {
2828
"import": "./dist/index.mjs",

0 commit comments

Comments
 (0)