mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
Traduction + alias + routing + refactoring
This commit is contained in:
13
mobile/traque-app/jsconfig.json
Normal file
13
mobile/traque-app/jsconfig.json
Normal 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"],
|
||||
}
|
||||
Reference in New Issue
Block a user