mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 18:11:48 +00:00
* bazel: add aspect rules_ts,jest, upgrade rules_js, generate pnpm-lock.yaml * bazel: add initial typescript rules * bazel: build client/extension-api-types * bazel: build client/common
6 lines
75 B
JSON
6 lines
75 B
JSON
{
|
|
"extends": "./tsconfig.json",
|
|
"include": ["**/*"],
|
|
"exclude": []
|
|
}
|