| 12345678910111213141516171819202122232425262728293031323334 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/types/.tsbuildinfo"
- },
- "include": [
- "src/**/*.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/schemastery"
- },
- {
- "path": "../../llm/llm"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../subagent"
- },
- {
- "path": "../../subprocess/subprocess"
- },
- {
- "path": "../../util/timeout"
- }
- ]
- }
|