mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 16:11:57 +00:00
22 lines
674 B
JSON
22 lines
674 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"references": [
|
|
{ "path": "client/build-config" },
|
|
{ "path": "client/shared" },
|
|
{ "path": "client/shared/src/testing" },
|
|
{ "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": "dev/release" },
|
|
{ "path": "schema" },
|
|
],
|
|
}
|