Fix tsconfig for jsx

This commit is contained in:
Paul Frazee
2023-02-27 10:52:22 -06:00
parent 7712cd2ea0
commit 9450694742
+1
View File
@@ -1,6 +1,7 @@
{
"extends": "@tsconfig/react-native/tsconfig.json",
"compilerOptions": {
"jsx": "react-jsx",
"paths": {
"lib/*": ["./src/lib/*"],
"platform/*": ["./src/platform/*"],