| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/index.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": "../../util/deque"
- },
- {
- "path": "../../util/values"
- },
- {
- "path": "../../interaction/user-approval"
- },
- {
- "path": "../../interaction/user-questions"
- },
- {
- "path": "../session-controller/tsconfig.host.json"
- },
- {
- "path": "../workspace-controller/tsconfig.host.json"
- },
- {
- "path": "../../typert/protocol"
- }
- ]
- }
|