Files
App/tsconfig.json
Ritesh Shukla 11047570f4 Add Proguard on Android Releases (#332)
* Add Proguard for Android releases

* Fixed borderBottomEndRadius inconsistency on RTL

---------

Co-authored-by: Ritesh Shukla <riteshshukla@Riteshs-MacBook-Pro.local>
2025-05-10 14:18:48 -05:00

10 lines
150 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"paths": {
"@/*": ["./*"]
},
"jsx": "react-native"
}
}