{ "extends": "../../configs/base.tsconfig", "compilerOptions": { "composite": true, "rootDir": "src", "outDir": "lib" }, "include": [ "src" ], "references": [ { "path": "../../dev-packages/cli" }, { "path": "../ai-chat" }, { "path": "../ai-chat-ui" }, { "path": "../ai-core" }, { "path": "../core" }, { "path": "../debug" }, { "path": "../editor" }, { "path": "../filesystem" }, { "path": "../markers" }, { "path": "../monaco" }, { "path": "../navigator" }, { "path": "../preferences" }, { "path": "../scm" }, { "path": "../search-in-workspace" }, { "path": "../task" }, { "path": "../terminal" }, { "path": "../test" }, { "path": "../workspace" } ] }