mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:21:50 +00:00
* Remove vscode from CI * Delete vscode package * Remove vscode dependencies * Update CHANGELOG.md
31 lines
1.0 KiB
JSON
31 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/jetbrains" },
|
|
{ "path": "client/observability-client" },
|
|
{ "path": "client/observability-server" }
|
|
]
|
|
}
|