Tech_Tracker_Expo/tsconfig.json
2024-08-05 10:20:06 -05:00

19 lines
265 B
JSON

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