mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 19:51:50 +00:00
* Add cody-shared package * Add cody-ui package * Adjust web package and install new deps * Minor fixes in build bazel * Configure * Run prettier * Run prettier * Fix linters * Fix eslint problems * Update tsconfig refs * Remove unused code * Update packages build files * Update packages build files * Update packages build files 2 * Remove wildcard from cody-ui * Attempt to fix bazel file for cody-ui * Run prettier * fix cody bazel file * Update tsconfig refs * Remove unused/unsupported recipes from cody-shared
11 lines
208 B
JSON
11 lines
208 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"sourceRoot": "src",
|
|
"rootDir": ".",
|
|
"outDir": "./out",
|
|
},
|
|
"include": ["src", "./src/**/*.json"],
|
|
}
|