Files
insurance/tsconfig.json
chpark 0a111c172f feat: 보험케어 앱 초기 구축 (React Native + Expo)
- 14개 핵심 기능 화면 구현 (진단/점수/청구/가족/AI판정 등)
- 하단 탭 5개 (홈/내보험/보험금/상담/마이) — 시그널플래너/보맵 참고
- 공용 컴포넌트, 테마 시스템, Zustand 전역 스토어
- Android/iOS/Web 크로스플랫폼 지원

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
2026-04-22 23:54:38 +09:00

12 lines
188 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx"]
}