| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/agent-lookup.ts",
- "src/index.ts",
- "src/invariant.ts",
- "src/remote-events.ts",
- "src/types.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../core/agent"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../credentials/credentials"
- },
- {
- "path": "../../interaction/commands"
- },
- {
- "path": "../../llm/llm"
- },
- {
- "path": "../../preset/agent-presets"
- },
- {
- "path": "../../session/session-persistence"
- },
- {
- "path": "../../settings/settings"
- },
- {
- "path": "../../support/invariants"
- },
- {
- "path": "../../typert/registry"
- },
- {
- "path": "../../typert/type-meta"
- }
- ]
- }
|