2026-08-11 19:11:08 +08:00
|
|
|
{
|
|
|
|
|
"extends": "../../../tsconfig.base.client.json",
|
|
|
|
|
"compilerOptions": {
|
|
|
|
|
"rootDir": "src",
|
|
|
|
|
"outDir": "lib/types",
|
|
|
|
|
"tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
|
|
|
|
|
},
|
|
|
|
|
"files": [
|
|
|
|
|
"src/client/index.ts"
|
|
|
|
|
],
|
|
|
|
|
"references": [
|
|
|
|
|
{
|
|
|
|
|
"path": "../../../vendor/cordis"
|
|
|
|
|
},
|
|
|
|
|
{
|
|
|
|
|
"path": "../../client/connection/tsconfig.client.json"
|
|
|
|
|
},
|
|
|
|
|
{
|
2026-08-13 00:36:22 +08:00
|
|
|
"path": "../../typert/protocol"
|
2026-08-11 19:11:08 +08:00
|
|
|
}
|
|
|
|
|
]
|
|
|
|
|
}
|