mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
Cody code is being moved to https://github.com/sourcegraph/cody. This PR removes the moved code and configures this repository to use the `@sourcegraph/cody-{shared,ui}` packages published by the new separate Cody repository. ## Test plan Ensure that the new separate Cody repository tests pass. Ensure that this repository's tests pass now that it uses 2 npm packages published by the new separate Cody repository.
32 lines
1.0 KiB
JSON
32 lines
1.0 KiB
JSON
{
|
|
"extends": "./tsconfig.base.json",
|
|
"references": [
|
|
{ "path": "client/template-parser" },
|
|
{ "path": "client/build-config" },
|
|
{ "path": "client/common" },
|
|
{ "path": "client/shared" },
|
|
{ "path": "client/shared/src/testing" },
|
|
{ "path": "client/http-client" },
|
|
{ "path": "client/branded" },
|
|
{ "path": "client/web" },
|
|
{ "path": "client/wildcard" },
|
|
{ "path": "client/web/src/end-to-end" },
|
|
{ "path": "client/web/src/regression" },
|
|
{ "path": "client/web/src/integration" },
|
|
{ "path": "client/browser" },
|
|
{ "path": "client/browser/src/integration" },
|
|
{ "path": "client/extension-api" },
|
|
{ "path": "client/extension-api-types" },
|
|
{ "path": "client/storybook" },
|
|
{ "path": "client/testing" },
|
|
{ "path": "dev/release" },
|
|
{ "path": "schema" },
|
|
{ "path": "client/codeintellify" },
|
|
{ "path": "client/client-api" },
|
|
{ "path": "client/vscode" },
|
|
{ "path": "client/jetbrains" },
|
|
{ "path": "client/observability-client" },
|
|
{ "path": "client/observability-server" }
|
|
]
|
|
}
|