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

23 lines
359 B
JSON

{
"extends": "../../../tsconfig.base.json",
"compilerOptions": {
"rootDir": "src",
"outDir": "lib/types"
},
"include": ["src"],
"references": [
{
"path": "../helper"
},
{
"path": "../../ui/app-boot"
},
{
"path": "../../../vendor/cordis"
},
{
"path": "../../support/invariants"
}
]
}