Files
fltr-app/tsconfig.json
Cron1cle e5d989d23b Initial commit
Generated by create-expo-app 3.5.3.
2025-09-10 21:21:53 +02:00

18 lines
242 B
JSON

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