Fix tsconfig for jsx
parent
0bbdaa9ea4
commit
fb4e28e713
|
@ -1,6 +1,7 @@
|
||||||
{
|
{
|
||||||
"extends": "@tsconfig/react-native/tsconfig.json",
|
"extends": "@tsconfig/react-native/tsconfig.json",
|
||||||
"compilerOptions": {
|
"compilerOptions": {
|
||||||
|
"jsx": "react-jsx",
|
||||||
"paths": {
|
"paths": {
|
||||||
"lib/*": ["./src/lib/*"],
|
"lib/*": ["./src/lib/*"],
|
||||||
"platform/*": ["./src/platform/*"],
|
"platform/*": ["./src/platform/*"],
|
||||||
|
|
Loading…
Reference in New Issue