top-tran/mobile/tsconfig.json
Rayan Konecny 227b492bc3 Adjusts
2026-04-27 22:32:51 -03:00

12 lines
303 B
JSON

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