mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-10 16:30:18 +02:00
13 lines
298 B
JSON
13 lines
298 B
JSON
{
|
|
"compilerOptions": {
|
|
"baseUrl": ".",
|
|
"paths": { "@/*": ["src/*"] },
|
|
"jsx": "react-native",
|
|
"checkJs": true,
|
|
"moduleResolution": "node",
|
|
"resolveJsonModule": true,
|
|
"allowSyntheticDefaultImports": true,
|
|
},
|
|
"exclude": ["node_modules", ".expo", "android", "ios"],
|
|
}
|