2026-08-12 14:23:06 +08:00
|
|
|
{
|
2026-08-12 18:44:04 +08:00
|
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
2026-08-12 14:23:06 +08:00
|
|
|
"references": [
|
2026-08-12 18:44:04 +08:00
|
|
|
{ "path": "../../../vendor/cordis" },
|
|
|
|
|
{ "path": "../../interaction/commands" },
|
|
|
|
|
{ "path": "../../client/locale" },
|
|
|
|
|
{ "path": "../../client/runtime" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "../../client/ui-commands" },
|
2026-08-12 18:44:04 +08:00
|
|
|
{ "path": "../../client/ui-conversation" },
|
|
|
|
|
{ "path": "../../client/ui-primitives" },
|
|
|
|
|
{ "path": "../../client/ui-slots" },
|
2026-08-13 00:36:22 +08:00
|
|
|
{ "path": "../../runtime-diagnostics/invariants" }
|
2026-08-12 14:23:06 +08:00
|
|
|
]
|
|
|
|
|
}
|