Files
FarmaFinder/frontend-mobile/tsconfig.json
T
2026-07-06 10:48:45 +02:00

12 lines
226 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"baseUrl": ".",
"paths": {
"@/*": ["./*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}