mirror of
https://github.com/deepseek-ai/deepseek-harness.git
synced 2026-08-29 04:26:38 +00:00
13 lines
373 B
JSON
13 lines
373 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": { "rootDir": "src", "outDir": "lib/types" },
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../../../vendor/cosmokit" },
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../attachment" },
|
|
{ "path": "../../util/home-paths" },
|
|
{ "path": "../../runtime-diagnostics/invariants" }
|
|
]
|
|
}
|