mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
24 lines
649 B
JSON
24 lines
649 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types",
|
|
"tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
|
|
},
|
|
"files": [
|
|
"src/archive.ts",
|
|
"src/index.ts",
|
|
"src/invariant.ts"
|
|
],
|
|
"references": [
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../../../vendor/schemastery" },
|
|
{ "path": "../../attachment/attachment" },
|
|
{ "path": "../../core/session" },
|
|
{ "path": "../../interaction/commands" },
|
|
{ "path": "../../runtime-diagnostics/invariants" },
|
|
{ "path": "../../session/session-persistence" },
|
|
{ "path": "../session-query" }
|
|
]
|
|
}
|