- Copied as-is from learning_voice_ai_agent/services/monitoring - Grafana dashboards + provisioning for Loki datasource - health-check.ts for service health polling - Updated pnpm-workspace.yaml to include services/*
12 lines
208 B
JSON
12 lines
208 B
JSON
{
|
|
"compilerOptions": {
|
|
"target": "ES2022",
|
|
"module": "ESNext",
|
|
"moduleResolution": "bundler",
|
|
"strict": true,
|
|
"esModuleInterop": true,
|
|
"types": ["node"]
|
|
},
|
|
"include": ["*.ts"]
|
|
}
|