Centralized_Rreporting_System/tsconfig.json
2025-09-05 18:09:40 +05:30

11 lines
202 B
JSON

{
"extends": "@react-native/typescript-config/tsconfig.json",
"compilerOptions": {
"baseUrl": ".",
"paths": {
"@/*": ["src/*"]
}
},
"include": ["src", "App.tsx", "index.js"]
}