morethanadiagnosis-hub/mobile/tsconfig.json
Claude 428a8e6526
fix: add missing dependencies and fix TypeScript errors
- Add required web dependencies (react-dom, react-native-web)
- Add navigation dependencies (react-native-safe-area-context, react-native-screens)
- Fix StatusBar prop (barStyle -> style) in root layout
- Fix animation property in auth layout (animationEnabled -> animation)
- Add placeholder assets for app icons and splash screen
- Auto-generated tsconfig.json from Expo
2025-11-18 18:56:34 +00:00

4 lines
63 B
JSON

{
"compilerOptions": {},
"extends": "expo/tsconfig.base"
}