Files
App/tsconfig.json
riteshshukla04 cca72a23ed Fixing Types
2025-08-13 02:30:05 +05:30

14 lines
262 B
JSON

{
"extends": "@react-native/typescript-config",
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/node_modules", "**/Pods"],
"compilerOptions": {
"paths": {
"@/*": ["./*"]
},
"jsx": "react-native",
"types": ["jest"],
"skipLibCheck": true
}
}