Files
orca/mobile/packages/expo-two-way-audio/tsconfig.json
T
2026-05-14 14:36:44 -07:00

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__/*"]
}