Files
mcbeno-app/tsconfig.json
b3ni15 84c5ee7a7f Initial commit
Generated by create-expo-app 3.4.2.
2025-07-26 23:59:20 +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"
]
}