| 12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758 |
- {
- "extends": "../../../tsconfig.base.client.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
- },
- "files": [
- "src/api-path.ts",
- "src/client/api.ts",
- "src/client/connection.ts",
- "src/client/fixture.ts",
- "src/client/index.ts",
- "src/client/random-uuid.ts",
- "src/client/rpc.ts",
- "src/loopback-hostname.ts",
- "src/recovery-config.ts",
- "src/rpc.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/schemastery"
- },
- {
- "path": "../../attachment/attachment"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../todo/tool-todo"
- },
- {
- "path": "../../core/tools"
- },
- {
- "path": "../../credentials/credentials"
- },
- {
- "path": "../../settings/settings"
- },
- {
- "path": "../../host/directory-picker"
- },
- {
- "path": "../../interaction/commands"
- },
- {
- "path": "../../llm/llm"
- },
- {
- "path": "../../util/brand"
- }
- ]
- }
|