Files
pipecat/examples/aws-agentcore/server/client/tsconfig.json
2025-11-28 15:58:51 -03:00

11 lines
238 B
JSON

{
"compilerOptions": {
"target": "ESNext",
"module": "ESNext",
"moduleResolution": "NodeNext", // <— important
"types": ["vite/client"],
"strict": true,
"esModuleInterop": true,
"skipLibCheck": true
}
}