Skip to content

Commit c88e31b

Browse files
ericyangpanclaude
andcommitted
chore: update jsx setting to react-jsx in tsconfig
Align with Next.js 16 JSX configuration Co-Authored-By: Claude <noreply@anthropic.com>
1 parent 237eab9 commit c88e31b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

tsconfig.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -11,7 +11,7 @@
1111
"moduleResolution": "bundler",
1212
"resolveJsonModule": true,
1313
"isolatedModules": true,
14-
"jsx": "preserve",
14+
"jsx": "react-jsx",
1515
"incremental": true,
1616
"plugins": [
1717
{

0 commit comments

Comments
 (0)