voice-agent-examples / web-ui /tsconfig.json
fciannella's picture
Added the healthcare example
2f49513
raw
history blame
235 Bytes
{
"files": [],
"references": [
{ "path": "./tsconfig.app.json" },
{ "path": "./tsconfig.node.json" }
],
"compilerOptions": {
"types": ["node", "jest", "@testing-library/jest-dom"],
"esModuleInterop": true
}
}