Files
pipecat/examples/personalized-voice-agent/client/react/tsconfig.node.json
2025-03-25 10:44:12 -07:00

15 lines
280 B
JSON

{
"compilerOptions": {
"composite": true,
"skipLibCheck": true,
"module": "ESNext",
"moduleResolution": "bundler",
"allowSyntheticDefaultImports": true,
"baseUrl": ".",
"paths": {
"@/*": ["./src/*"]
}
},
"include": ["vite.config.ts"]
}