mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-01 08:22:20 -06:00
* Add Proguard for Android releases * Fixed borderBottomEndRadius inconsistency on RTL --------- Co-authored-by: Ritesh Shukla <riteshshukla@Riteshs-MacBook-Pro.local>
10 lines
150 B
JSON
10 lines
150 B
JSON
{
|
|
"extends": "@react-native/typescript-config/tsconfig.json",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"jsx": "react-native"
|
|
}
|
|
}
|