sourcegraph/client/cody/scripts/tsconfig.json
Valery Bugakov d536cd024d
bazel: disable build-ts and build client/cody with Bazel (#51404)
- Typescript in all client packages is now built with Bazel
- Disabled the `build-ts` job on CI
2023-05-05 03:57:10 -07:00

5 lines
74 B
JSON

{
"extends": "../../../tsconfig.base.json",
"include": [".*", "*"],
}