| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/index.ts",
- "src/invariant.ts",
- "src/remote-events.ts",
- "src/types.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../gateway/tsconfig.host.json"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../credentials/credentials"
- },
- {
- "path": "../../interaction/commands"
- },
- {
- "path": "../../llm/llm"
- },
- {
- "path": "../../preset/agent-presets"
- },
- {
- "path": "../../extensions/cordis-host-runner"
- },
- {
- "path": "../../settings/settings"
- },
- {
- "path": "../../core/scope"
- },
- {
- "path": "../../interaction/user-approval"
- },
- {
- "path": "../../interaction/user-questions"
- },
- {
- "path": "../../runtime-diagnostics/invariants"
- },
- {
- "path": "../session-controller/tsconfig.host.json"
- },
- {
- "path": "../workspace-controller/tsconfig.host.json"
- },
- {
- "path": "../../typert/protocol"
- }
- ]
- }
|