top-tran/mobile/tsconfig.json

11 lines
210 B
JSON
Raw Normal View History

2026-04-27 17:26:53 -03:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts"]
}