Tech_Tracker_Expo/tsconfig.json
gibbyb 2129df61bd Initial commit
Generated by create-expo-app 3.0.0.
2024-08-02 13:33:37 -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"
]
}