Files
tft-mobile/tsconfig.json
Poyraz MacOS 7368b53b9d Initial commit
Generated by create-expo-app 3.4.2.
2025-08-04 00:37:31 +03:00

18 lines
242 B
JSON

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