Skip to content

Commit 29c5127

Browse files
authored
use tsx extension for root export (#2019)
1 parent e0c0eff commit 29c5127

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

packages/start/package.json

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
"validate-imports": "node scripts/validate-imports.js"
1111
},
1212
"exports": {
13-
".": "./src/index.ts",
13+
".": "./src/index.tsx",
1414
"./config": "./src/config/index.ts",
1515
"./server": "./src/server/index.tsx",
1616
"./client": "./src/client/index.tsx",
@@ -23,7 +23,7 @@
2323
"publishConfig": {
2424
"access": "public",
2525
"exports": {
26-
".": "./dist/index.js",
26+
".": "./dist/index.jsx",
2727
"./config": "./dist/config/index.js",
2828
"./server": "./dist/server/index.jsx",
2929
"./client": "./dist/client/index.jsx",

0 commit comments

Comments
 (0)