mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
Server heavy refactoring 4 (not functionnal)
This commit is contained in:
@@ -1,13 +1,12 @@
|
||||
{
|
||||
"compilerOptions": {
|
||||
"baseUrl": ".",
|
||||
"paths": { "@/*": ["src/*"] },
|
||||
"jsx": "react-native",
|
||||
"checkJs": true,
|
||||
"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