56 lines
1.0 KiB
JSON
56 lines
1.0 KiB
JSON
{
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types",
|
|
"tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
|
|
},
|
|
"files": [
|
|
"src/client/index.ts",
|
|
"src/remote-events.ts",
|
|
"src/types.ts"
|
|
],
|
|
"references": [
|
|
{
|
|
"path": "../../../vendor/cordis"
|
|
},
|
|
{
|
|
"path": "../gateway/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../client/connection/tsconfig.client.json"
|
|
},
|
|
{
|
|
"path": "../../credentials/credentials"
|
|
|
|
},
|
|
{
|
|
"path": "../../extensions/cordis-host-runner"
|
|
},
|
|
{
|
|
"path": "../../goal/goal"
|
|
},
|
|
{
|
|
"path": "../../feedback/message-feedback"
|
|
},
|
|
{
|
|
"path": "../../host/plugin-inventory"
|
|
},
|
|
{
|
|
"path": "../../interaction/commands"
|
|
},
|
|
{
|
|
"path": "../../llm/llm"
|
|
},
|
|
{
|
|
"path": "../../preset/agent-presets"
|
|
},
|
|
{
|
|
"path": "../../settings/settings"
|
|
},
|
|
{
|
|
"path": "../../typert/protocol"
|
|
}
|
|
]
|
|
}
|