Traduction + alias + routing + refactoring

This commit is contained in:
Sebastien Riviere
2026-02-20 22:00:54 +01:00
parent 776bbcd723
commit 76ee9674de
50 changed files with 2978 additions and 1746 deletions

View File

@@ -0,0 +1,13 @@
{
"compilerOptions": {
"moduleResolution": "node",
"resolveJsonModule": true,
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {"@/*": ["src/*"]},
"jsx": "react-native",
"checkJs": true,
},
"include": ["src/**/*", "app.json", "assets.d.ts"],
"exclude": ["node_modules", ".expo", "android", "ios"],
}