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-22 23:58:37 +08:00
|
|
|
"outDir": "lib/types"
|
2026-07-19 21:17:57 +08:00
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../ui-slots"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../web-react"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../connection"
|
|
|
|
|
},
|
2026-07-23 21:55:39 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../host/apiproxy"
|
|
|
|
|
},
|
2026-07-28 01:37:45 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../ui/commands"
|
|
|
|
|
},
|
2026-07-30 14:07:08 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../compact/compact"
|
|
|
|
|
},
|
2026-07-27 16:15:29 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-projection/session-projection"
|
|
|
|
|
},
|
2026-07-27 22:32:36 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../session-title/session-title"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm"
|
|
|
|
|
},
|
2026-07-26 14:09:31 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../llm/llm-retry"
|
|
|
|
|
},
|
2026-07-19 21:17:57 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
|
|
|
|
}
|
|
|
|
|
],
|
|
|
|
|
"exclude": [
|
|
|
|
|
"**/*.legacy.*"
|
|
|
|
|
]
|
|
|
|
|
}
|