mirror of
https://github.com/stablyai/orca.git
synced 2026-09-22 16:02:32 +00:00
12 lines
218 B
JSON
12 lines
218 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"paths": {
|
|
"@/*": ["./src/*"]
|
|
}
|
|
},
|
|
"include": ["**/*.ts", "**/*.tsx"],
|
|
"exclude": ["**/*.test.ts", "**/*.test.tsx"]
|
|
}
|