Files
deepseek-harness/packages/timeout/timeout-policy/tsconfig.json
2026-07-19 22:13:50 +08:00

32 lines
521 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": ["src"],
"references": [
{
"path": "../../../vendor/cosmokit"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../../../vendor/schemastery"
},
{
"path": "../../llm/llm"
},
{
"path": "../../util/timeout"
},
{
"path": "../../core/tools"
},
{
"path": "../../support/invariants"
}
]
}