sourcegraph/client/cody-ui/tsconfig.json
Vova Kulikov ff6f396abb
Cody web: Bring back old packages from git history (#61376)
* 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
2024-04-08 14:21:41 +02:00

17 lines
300 B
JSON

{
"extends": "../../tsconfig.base.json",
"compilerOptions": {
"module": "commonjs",
"sourceRoot": "src",
"rootDir": ".",
"outDir": "./out",
"jsx": "react-jsx",
},
"include": ["src", "./src/**/*.json"],
"references": [
{
"path": "../cody-shared",
},
],
}