Files
rn-app/tsconfig.json

11 lines
231 B
JSON
Raw Normal View History

2025-11-04 13:27:19 +08:00
{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"strict": true,
"paths": {
2025-11-05 17:24:55 +08:00
"@/*": ["./*"]
2025-11-04 13:27:19 +08:00
}
},
2025-11-07 13:50:18 +07:00
"include": ["**/*.ts", "**/*.tsx", ".expo/types/**/*.ts", "expo-env.d.ts", "utils/config.ts.local"]
2025-11-04 13:27:19 +08:00
}