voice-agent-examples / web-ui /tsconfig.base.json
fciannella's picture
Added the healthcare example
2f49513
raw
history blame
136 Bytes
{
"compilerOptions": {
"esModuleInterop": true,
"forceConsistentCasingInFileNames": true,
"resolveJsonModule": true
}
}