| 1234567891011121314151617181920212223242526272829303132333435 |
- {
- "extends": "../../../tsconfig.base.client.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
- },
- "files": [
- "src/client/index.ts",
- "src/client/journal-stream.ts",
- "src/client/remote-events.ts",
- "src/client/remote-stream.ts",
- "src/client/snapshot-stream.ts",
- "src/client/stream-client.ts",
- "src/remote-error-codes.ts",
- "src/stream-protocol.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../client/connection/tsconfig.client.json"
- },
- {
- "path": "../../typert/protocol"
- },
- {
- "path": "../../util/deque"
- },
- {
- "path": "../../util/crypto"
- }
- ]
- }
|