Skip to content

Commit 10fac6c

Browse files
authored
Update tsconfig.json
reverted wrong react jsx mode
1 parent 172b321 commit 10fac6c

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
"compilerOptions": {
33
"allowSyntheticDefaultImports": true,
44
"esModuleInterop": true,
5-
"jsx": "react",
5+
"jsx": "react-native",
66
"lib": ["es6"],
77
"module": "es6",
88
"moduleResolution": "node",

0 commit comments

Comments
 (0)