diff --git a/tsconfig.json b/tsconfig.json index 0a2e56f..1ea39fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,6 @@ { "extends": "@react-native/typescript-config/tsconfig.json", "compilerOptions": { - "jsx": "react", "noImplicitAny": false } }