-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathtsconfig.typecheck.json
More file actions
21 lines (21 loc) · 1.17 KB
/
tsconfig.typecheck.json
File metadata and controls
21 lines (21 loc) · 1.17 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
{
"extends": "./tsconfig.json",
"compilerOptions": {
"paths": {
"@reaatech/agent-runbook": ["./packages/core/src/index.ts"],
"@reaatech/agent-runbook-analyzer": ["./packages/analyzer/src/index.ts"],
"@reaatech/agent-runbook-alerts": ["./packages/alerts/src/index.ts"],
"@reaatech/agent-runbook-dashboards": ["./packages/dashboards/src/index.ts"],
"@reaatech/agent-runbook-failure-modes": ["./packages/failure-modes/src/index.ts"],
"@reaatech/agent-runbook-health-checks": ["./packages/health-checks/src/index.ts"],
"@reaatech/agent-runbook-incident": ["./packages/incident/src/index.ts"],
"@reaatech/agent-runbook-rollback": ["./packages/rollback/src/index.ts"],
"@reaatech/agent-runbook-runbook": ["./packages/runbook/src/index.ts"],
"@reaatech/agent-runbook-service-map": ["./packages/service-map/src/index.ts"],
"@reaatech/agent-runbook-agent": ["./packages/agent/src/index.ts"],
"@reaatech/agent-runbook-mcp": ["./packages/mcp/src/index.ts"],
"@reaatech/agent-runbook-observability": ["./packages/observability/src/index.ts"],
"@reaatech/agent-runbook-cli": ["./packages/cli/src/index.ts"]
}
}
}