mirror of
https://github.com/stablyai/orca.git
synced 2026-09-26 00:02:34 +00:00
12 lines
276 B
JSON
12 lines
276 B
JSON
// @generated by expo-module-scripts
|
|
{
|
|
"extends": "expo-module-scripts/tsconfig.base",
|
|
"compilerOptions": {
|
|
"outDir": "./build",
|
|
"module": "esnext",
|
|
"moduleResolution": "bundler"
|
|
},
|
|
"include": ["./src"],
|
|
"exclude": ["**/__mocks__/*", "**/__tests__/*"]
|
|
}
|