Files
n8n-mobile/tsconfig.json
T
billisdead 46a1e82cfa chore: update app.json and tsconfig.json post eas init
- app.json : ajout projectId EAS, owner, permissions biométrie Android
- tsconfig.json : mise à jour de l'include par expo doctor

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
2026-05-20 18:12:19 +02:00

17 lines
227 B
JSON

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