Skip to content

Commit 7e08fb4

Browse files
authored
Change JSX setting to 'react-jsx' (#58988)
1 parent 7ca1ea2 commit 7e08fb4

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
@@ -16,7 +16,7 @@
1616
"moduleResolution": "Bundler",
1717
"resolveJsonModule": true,
1818
"isolatedModules": true,
19-
"jsx": "preserve",
19+
"jsx": "react-jsx",
2020
"baseUrl": ".",
2121
"noEmit": true,
2222
"allowSyntheticDefaultImports": true,

0 commit comments

Comments
 (0)