mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:11:49 +00:00
This reverts commit ff3ce9fe93 because of
the flaky errors on `main`. See [this Slack
thread](https://sourcegraph.slack.com/archives/C02FLQDD3TQ/p1685697360822839?thread_ts=1685696480.396849&cid=C02FLQDD3TQ).
20 lines
346 B
JSON
20 lines
346 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"sourceRoot": "src",
|
|
"rootDir": ".",
|
|
"outDir": "./out",
|
|
"baseUrl": "./src",
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../common",
|
|
},
|
|
{
|
|
"path": "../extension-api-types",
|
|
},
|
|
],
|
|
"include": ["./src/**/*", "./*.ts"],
|
|
}
|