top-tran/mobile/tsconfig.json

13 lines
303 B
JSON
Raw Normal View History

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