Files
SeaGateway-App/tsconfig.json
Tran Anh Tuan 45dc7d1ff8 Initial commit
Generated by create-expo-app 3.5.3.
2025-10-29 09:38:54 +07:00

18 lines
242 B
JSON

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