Files
fressh/apps/mobile/tsconfig.json
EthanShoeDev 38e16a9536 mono repo
2025-09-09 22:27:48 -04:00

17 lines
226 B
JSON

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