mirror of
https://git.rezel.net/LudoTech/traque.git
synced 2026-04-11 00:30:19 +02:00
14 lines
350 B
JSON
14 lines
350 B
JSON
{
|
|
"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"],
|
|
}
|