Files
deepseek-harness/packages/interaction/commands/tsconfig.json
T

46 lines
731 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": [
"src"
],
"references": [
{
"path": "../../../vendor/cosmokit"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../../attachment/attachment"
},
{
"path": "../../core/agent"
},
{
"path": "../../core/scope"
},
{
"path": "../../llm/llm"
},
{
"path": "../../core/session"
},
{
"path": "../../util/brand"
},
{
"path": "../../runtime-diagnostics/invariants"
},
{
"path": "../../typert/protocol"
},
{
"path": "../../util/crypto"
}
]
}