2026-06-20 22:55:20 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
2026-06-22 00:35:51 +08:00
|
|
|
"outDir": "lib/types"
|
2026-06-20 22:55:20 +08:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cosmokit"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/schemastery"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm"
|
|
|
|
|
},
|
2026-07-20 03:34:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm-retry"
|
|
|
|
|
},
|
2026-06-20 22:55:20 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/session"
|
|
|
|
|
},
|
2026-07-21 16:46:48 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../context/session-reference"
|
|
|
|
|
},
|
2026-07-22 17:34:31 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-query/session-query"
|
|
|
|
|
},
|
2026-07-21 01:53:24 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-title/session-title"
|
|
|
|
|
},
|
2026-06-20 22:55:20 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../core/agent"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../core/tools"
|
|
|
|
|
},
|
2026-07-19 22:11:59 +08:00
|
|
|
{
|
|
|
|
|
"path": "../commands"
|
|
|
|
|
},
|
2026-06-29 10:49:07 +08:00
|
|
|
{
|
2026-07-09 17:55:01 +08:00
|
|
|
"path": "../user-interaction"
|
2026-06-29 10:49:07 +08:00
|
|
|
},
|
2026-07-10 02:57:40 +08:00
|
|
|
{
|
2026-07-22 16:57:23 +08:00
|
|
|
"path": "../../plan/plan-mode"
|
2026-07-10 02:57:40 +08:00
|
|
|
},
|
2026-06-20 22:55:20 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-persistence/session-persistence"
|
2026-07-09 15:36:08 +08:00
|
|
|
},
|
|
|
|
|
{
|
2026-07-11 21:37:38 +08:00
|
|
|
"path": "../user-approval"
|
2026-07-09 15:36:08 +08:00
|
|
|
},
|
2026-07-12 21:03:41 +08:00
|
|
|
{
|
|
|
|
|
"path": "../permission"
|
|
|
|
|
},
|
2026-07-09 16:41:03 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../sandbox/sandbox"
|
|
|
|
|
},
|
2026-07-09 15:36:08 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../bash/bash"
|
2026-07-19 22:13:50 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
2026-06-20 22:55:20 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|