2026-07-28 23:38:22 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
2026-07-31 12:48:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../connection"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../locale"
|
|
|
|
|
},
|
2026-07-28 23:38:22 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../runtime"
|
|
|
|
|
},
|
2026-07-31 12:48:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../schema-form"
|
|
|
|
|
},
|
2026-07-28 23:38:22 +08:00
|
|
|
{
|
|
|
|
|
"path": "../ui-command"
|
|
|
|
|
},
|
2026-07-31 12:48:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../ui-primitives"
|
|
|
|
|
},
|
2026-07-28 23:38:22 +08:00
|
|
|
{
|
|
|
|
|
"path": "../ui-slash"
|
|
|
|
|
},
|
2026-07-31 12:48:19 +08:00
|
|
|
{
|
|
|
|
|
"path": "../ui-slots"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../web-react"
|
|
|
|
|
},
|
2026-07-28 23:38:22 +08:00
|
|
|
{
|
|
|
|
|
"path": "../../ui/permission"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
|
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|