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