sgtownship/tsconfig.json
2026-07-03 13:17:04 +05:30

21 lines
291 B
JSON

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