sg-delivery-partner/tsconfig.json

18 lines
479 B
JSON

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