2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
2026-07-28 21:05:43 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../goal/goal"
|
|
|
|
|
},
|
2026-07-30 00:13:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../settings/settings"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../credentials/credentials"
|
|
|
|
|
},
|
2026-07-25 01:18:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/schemastery"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../util/brand"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm"
|
|
|
|
|
},
|
2026-07-25 01:18:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/agent"
|
|
|
|
|
},
|
2026-08-03 22:38:11 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../preset/agent-presets"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/session"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../core/tools"
|
|
|
|
|
},
|
2026-07-25 01:18:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-persistence/session-persistence"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-07-27 16:06:57 +08:00
|
|
|
"path": "../../session-projection/session-projection"
|
2026-07-25 01:18:12 +08:00
|
|
|
},
|
2026-07-29 18:59:23 +08:00
|
|
|
{
|
2026-07-29 20:11:19 +08:00
|
|
|
"path": "../../session-projection/session-projection-cache"
|
2026-07-29 18:59:23 +08:00
|
|
|
},
|
2026-07-27 12:15:06 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-query/session-query"
|
|
|
|
|
},
|
2026-07-25 01:18:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-title/session-title"
|
|
|
|
|
},
|
2026-07-27 18:33:37 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-query/session-query"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../subagent/subagent"
|
|
|
|
|
},
|
2026-07-27 03:17:52 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../skill/skill"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../ui/commands"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../ui/user-approval"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../ui/user-interaction"
|
|
|
|
|
},
|
2026-07-25 16:04:48 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../workspace/workspace"
|
|
|
|
|
},
|
2026-07-28 15:44:53 +08:00
|
|
|
{
|
|
|
|
|
"path": "../directory-picker"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
2026-07-28 21:25:19 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../util/native-command"
|
2026-07-19 21:17:57 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|