mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
13 lines
246 B
JSON
13 lines
246 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/typings"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../../vendor/cosmokit" },
|
|
{ "path": "../../vendor/cordis" }
|
|
]
|
|
}
|