sourcegraph/client/web/dev/tsconfig.json
Jason Bedard 10aefc4bb7
bazel: add bazel build,tests for client/* (#46193)
Webpack bundles compile but need further testing. Jest + mocha tests
compile but are marked as `manual` until further work is done to get them
passing. The four jest tests are green and enabled now, though.

## Test plan

`bazel build //client/...` and `bazel test //client/...`
2023-02-28 20:46:03 -08:00

8 lines
114 B
JSON

{
"extends": "../tsconfig.json",
"compilerOptions": {
"module": "commonjs",
},
"include": ["**/*"],
}