orca/mobile/tsconfig.json

14 lines
275 B
JSON

{
"extends": "expo/tsconfig.base",
"compilerOptions": {
"baseUrl": ".",
"strict": true,
"paths": {
"@/*": ["./src/*"],
"zod": ["./node_modules/zod"]
}
},
"include": ["**/*.ts", "**/*.tsx"],
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
}