Files
yeego-linkedin-prototype/tsconfig.json
Rachel b14b6e4af7 Initial commit
Generated by create-expo-app 3.4.2.
2025-06-18 03:36:38 -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"
]
}