Files
com.pearcal/tsconfig.json
Your Name 2391b6f5cb Initial commit
Generated by create-expo-app 3.5.3.
2026-02-21 16:21:31 -06:00

11 lines
166 B
JSON

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