2026-07-28 23:04:22 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types"
|
|
|
|
|
},
|
|
|
|
|
"include": [
|
|
|
|
|
"src"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../ui-slots"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../web-react"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../runtime"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../support/invariants"
|
2026-07-30 09:40:38 +08:00
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../host/apiproxy"
|
2026-07-28 23:04:22 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|