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