d3ro-voice/apps/mobile-rn/tsconfig.json
Yun Chan 63b97c4761
Some checks failed
deploy-site-windows / deploy-win (push) Waiting to run
deploy-site / deploy (push) Failing after 19s
feat(updater): overhaul cross-platform auto-update with user consent, blockmap diffs, skip version, and mobile update manager
2026-08-20 22:17:14 +09:00

8 lines
228 B
JSON

{
"extends": "@react-native/typescript-config",
"compilerOptions": {
"types": ["jest"]
},
"include": ["src/**/*.ts", "src/**/*.tsx", "App.tsx", "index.js"],
"exclude": ["**/node_modules", "**/Pods", "__tests__"]
}