sourcegraph/tsconfig.all.json
Quinn Slack 006bd2fea3
remove cody code that was moved to separate cody repo (#54729)
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.
2023-07-10 00:31:47 -10:00

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" }
]
}