Skip to content

Commit 32f1478

Browse files
committed
Update JSX setting in tsconfig.json to use react-jsx
1 parent a2a3167 commit 32f1478

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
@@ -2,7 +2,7 @@
22
"extends": "@react-native/typescript-config/tsconfig.json",
33
"compilerOptions": {
44
"allowJs": true,
5-
"jsx": "react",
5+
"jsx": "react-jsx",
66
"baseUrl": ".",
77
"strict": true,
88
"forceConsistentCasingInFileNames": true,

0 commit comments

Comments
 (0)