Files
info-tager-mobile/tsconfig.json
Samandar Turgunboyev 166a55b1e9 Initial commit
Generated by create-expo-app 3.5.3.
2026-01-15 18:01:24 +05:00

18 lines
242 B
JSON

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