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