| 123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types"
- },
- "include": [
- "src"
- ],
- "references": [
- {
- "path": "../../goal/goal"
- },
- {
- "path": "../../settings/settings"
- },
- {
- "path": "../../credentials/credentials"
- },
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/schemastery"
- },
- {
- "path": "../../api/session-controller/tsconfig.host.json"
- },
- {
- "path": "../../util/brand"
- },
- {
- "path": "../../attachment/attachment"
- },
- {
- "path": "../../llm/llm"
- },
- {
- "path": "../../core/agent"
- },
- {
- "path": "../../core/agent-default-model"
- },
- {
- "path": "../../preset/agent-presets"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../core/scope"
- },
- {
- "path": "../../session/session-persistence"
- },
- {
- "path": "../../session-query/session-query"
- },
- {
- "path": "../../subagent/subagent"
- },
- {
- "path": "../../skill/skill"
- },
- {
- "path": "../../interaction/commands"
- },
- {
- "path": "../directory-picker"
- },
- {
- "path": "../../runtime-diagnostics/invariants"
- },
- {
- "path": "../../util/native-command"
- },
- {
- "path": "../../util/crypto"
- }
- ]
- }
|