| 1234567891011121314151617181920212223 |
- {
- "extends": "../../../tsconfig.base.client.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
- },
- "files": [
- "src/client/contract.ts",
- "src/client/index.ts",
- "src/client/runtime.ts",
- "src/protocol.ts",
- "src/types.ts"
- ],
- "references": [
- { "path": "../../../vendor/cordis" },
- { "path": "../../util/brand" },
- { "path": "../../util/crypto" },
- { "path": "../../attachment/attachment" },
- { "path": "../../core/session" },
- { "path": "../../typert/protocol" }
- ]
- }
|