Files
fressh/tsconfig.json
EthanShoeDev 43bf24b11c ssh conn
2025-09-02 01:18:03 -04:00

11 lines
193 B
JSON

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