| 12345678910111213141516171819202122232425262728293031323334353637 |
- {
- "extends": "../../../tsconfig.base.client.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.client.tsbuildinfo"
- },
- "files": [
- "src/client/index.ts",
- "src/client/model.ts",
- "src/types.ts",
- "src/client/close-requests.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../gateway/tsconfig.client.json"
- },
- {
- "path": "../../client/store"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../util/brand"
- },
- {
- "path": "../../typert/protocol"
- },
- {
- "path": "../../util/crypto"
- }
- ]
- }
|