2026-07-19 21:17:57 +08:00
|
|
|
{
|
2026-07-22 23:58:37 +08:00
|
|
|
"extends": "../../../tsconfig.base.client.json",
|
2026-07-19 21:17:57 +08:00
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
2026-07-25 01:19:10 +08:00
|
|
|
"outDir": "lib/types",
|
|
|
|
|
"types": ["node"]
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../core/session"
|
|
|
|
|
},
|
2026-07-28 01:37:45 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../ui/commands"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../util/brand"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../host/apiproxy"
|
|
|
|
|
},
|
2026-07-25 01:19:10 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../host/webserver"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../ui/user-approval"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../ui/user-interaction"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"exclude": [
|
|
|
|
|
"**/*.legacy.*"
|
|
|
|
|
]
|
|
|
|
|
}
|