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