Uber_Clone/tsconfig.json

18 lines
289 B
JSON
Raw Permalink Normal View History

2025-03-25 12:08:42 +00:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": ["./*"],
"@env": ["./expo-env.d.ts"]
}
},
"include": [
"**/*.ts",
"**/*.tsx",
".expo/types/**/*.ts",
"expo-env.d.ts",
"nativewind-env.d.ts"
]
}