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

17 lines
214 B
JSON

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