| 1234567891011121314151617181920212223242526272829303132333435363738394041 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/index.ts",
- "src/remote-error-codes.ts",
- "src/stream-protocol.ts",
- "src/stream-server.ts",
- "src/types.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cosmokit"
- },
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/schemastery"
- },
- {
- "path": "../../client/connection/tsconfig.host.json"
- },
- {
- "path": "../../host/webserver"
- },
- {
- "path": "../../typert/protocol"
- },
- {
- "path": "../../util/deque"
- },
- {
- "path": "../../util/timeout"
- }
- ]
- }
|