2026-08-08 03:29:12 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types",
|
|
|
|
|
"tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
2026-08-10 21:32:50 +08:00
|
|
|
"src/client/index.ts",
|
2026-08-10 22:06:25 +08:00
|
|
|
"src/remote-events.ts",
|
2026-08-10 21:32:50 +08:00
|
|
|
"src/types.ts"
|
2026-08-08 03:29:12 +08:00
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
2026-08-10 21:32:50 +08:00
|
|
|
{
|
2026-08-12 10:43:23 +08:00
|
|
|
"path": "../gateway/tsconfig.client.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../client/connection/tsconfig.client.json"
|
2026-08-10 21:32:50 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../credentials/credentials"
|
2026-08-12 23:51:31 +08:00
|
|
|
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-08-13 01:59:32 +08:00
|
|
|
"path": "../../extensions/cordis-host-runner"
|
2026-08-10 21:32:50 +08:00
|
|
|
},
|
2026-08-08 03:29:12 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../goal/goal"
|
|
|
|
|
},
|
2026-08-11 16:58:40 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../feedback/message-feedback"
|
|
|
|
|
},
|
2026-08-11 06:46:41 -07:00
|
|
|
{
|
|
|
|
|
"path": "../../host/plugin-inventory"
|
|
|
|
|
},
|
2026-08-10 21:32:50 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../interaction/commands"
|
|
|
|
|
},
|
2026-08-11 16:50:03 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../preset/agent-presets"
|
|
|
|
|
},
|
2026-08-10 21:32:50 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../settings/settings"
|
|
|
|
|
},
|
2026-08-08 03:29:12 +08:00
|
|
|
{
|
2026-08-13 00:36:22 +08:00
|
|
|
"path": "../../typert/protocol"
|
2026-08-08 03:29:12 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|