mirror of
https://github.com/deepseek-ai/deepseek-harness
synced 2026-08-15 21:04:50 +00:00
Apply the accepted pre-release package, service, type, directory, and role renames as one repository-wide change.
17 lines
415 B
JSON
17 lines
415 B
JSON
{
|
|
"extends": "../../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"rootDir": "src",
|
|
"outDir": "lib/types"
|
|
},
|
|
"include": ["src"],
|
|
"references": [
|
|
{ "path": "../../../vendor/cordis" },
|
|
{ "path": "../../core/tools" },
|
|
{ "path": "../fs" },
|
|
{ "path": "../../sandbox/sandbox" },
|
|
{ "path": "../../sandbox/sandbox-policy" },
|
|
{ "path": "../../runtime-diagnostics/invariants" }
|
|
]
|
|
}
|