mirror of
https://github.com/getpaseo/paseo.git
synced 2026-07-29 12:01:31 +00:00
12 lines
254 B
JSON
12 lines
254 B
JSON
{
|
|
"extends": "expo/tsconfig.base",
|
|
"compilerOptions": {
|
|
"strict": true,
|
|
"module": "ESNext",
|
|
"paths": {
|
|
"@speechmatics/expo-two-way-audio": ["../../src/index"],
|
|
"@speechmatics/expo-two-way-audio/*": ["../../src/*"]
|
|
}
|
|
}
|
|
}
|