Files
tattletires/tsconfig.json

11 lines
232 B
JSON
Raw Permalink Normal View History

{
2025-08-06 23:29:48 -05:00
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": ["./*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}