- Add AVAudioSession configuration via @livekit/react-native - Configure playAndRecord, defaultToSpeaker, voiceChat for iOS - Fix transcript spam: update existing message until isFinal - Remove unused Sherpa TTS service - Add simulator build profile to eas.json
19 lines
273 B
JSON
19 lines
273 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"resolveJsonModule": true,
|
|
"paths": {
|
|
"@/*": [
|
|
"./*"
|
|
]
|
|
}
|
|
},
|
|
"include": [
|
|
"**/*.ts",
|
|
"**/*.tsx",
|
|
".expo/types/**/*.ts",
|
|
"expo-env.d.ts"
|
|
]
|
|
}
|