BrixCafe/tsconfig.json
Med Kamel bf20e7e3d7 Initial commit
Generated by create-expo-app 3.3.0.
2025-04-15 03:42:47 +01:00

18 lines
242 B
JSON

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