| 1234567891011121314151617181920212223 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/index.ts",
- "src/invariant.ts",
- "src/types.ts",
- "src/commands.ts",
- "src/feed.ts"
- ],
- "references": [
- { "path": "../../../vendor/cordis" },
- { "path": "../../core/session" },
- { "path": "../../runtime-diagnostics/invariants" },
- { "path": "../../storage/storage-domain" },
- { "path": "../../typert/protocol" },
- { "path": "../../workspace/workspace" }
- ]
- }
|