Fix tsconfig for jsx

zio/stable
Paul Frazee 2023-02-27 10:52:22 -06:00
parent 0bbdaa9ea4
commit fb4e28e713
1 changed files with 1 additions and 0 deletions

View File

@ -1,6 +1,7 @@
{
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"paths": {
"lib/*": ["./src/lib/*"],
"platform/*": ["./src/platform/*"],