| 123456789101112131415161718192021222324252627282930313233343536373839 |
- {
- "extends": "../../../tsconfig.base.json",
- "compilerOptions": {
- "rootDir": "src",
- "outDir": "lib/types",
- "tsBuildInfoFile": "lib/tsconfig.host.tsbuildinfo"
- },
- "files": [
- "src/index.ts",
- "src/types.ts",
- "src/changes.ts"
- ],
- "references": [
- {
- "path": "../../../vendor/cordis"
- },
- {
- "path": "../../../vendor/schemastery"
- },
- {
- "path": "../../core/agent"
- },
- {
- "path": "../../core/session"
- },
- {
- "path": "../../fs/fs"
- },
- {
- "path": "../../sandbox/sandbox-policy"
- },
- {
- "path": "../../typert/protocol"
- },
- {
- "path": "../../util/deque"
- }
- ]
- }
|