Staging & Change logo

### No Issue
This commit is contained in:
2025-11-10 10:59:48 +08:00
parent 5d36429aa4
commit a8807d88ad
54 changed files with 3262 additions and 156 deletions

View File

@@ -1,11 +1,10 @@
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"jsx": "react-jsx",
"strict": true,
"paths": {
"@/*": [
"./*"
]
"@/*": ["./*"]
}
},
"include": [
@@ -15,4 +14,4 @@
".expo/types/**/*.ts",
"expo-env.d.ts"
]
}
}