mirror of
https://github.com/Jellify-Music/App.git
synced 2026-01-04 18:10:44 -06:00
* Fix Height&Width not changing * Remove RN 79.2 patch update locks * comment out sentry module for now * Fix Jest Unit Tests for RN 80 * Run linting * update fastfile for android --------- Co-authored-by: Violet Caulfield <violet@cosmonautical.cloud>
10 lines
136 B
JSON
10 lines
136 B
JSON
{
|
|
"extends": "@react-native/typescript-config",
|
|
"compilerOptions": {
|
|
"paths": {
|
|
"@/*": ["./*"]
|
|
},
|
|
"jsx": "react-native"
|
|
}
|
|
}
|