mirror of
https://github.com/sourcegraph/sourcegraph.git
synced 2026-02-06 17:51:57 +00:00
- Revert "revert "bazel: improve ESLint rule" (#52853)" - bazel: fix eslint custom rule so js_binary runfiles are included as tool inputs to ctx.actions.run_shell ## Test plan Tested locally that fix commit resolves the ``` FATAL: aspect_rules_js[js_test]: RUNFILES environment variable is not set ``` flaky issue that prompted the revert
20 lines
337 B
JSON
20 lines
337 B
JSON
{
|
|
"extends": "../../tsconfig.base.json",
|
|
"compilerOptions": {
|
|
"module": "commonjs",
|
|
"sourceRoot": "src",
|
|
"rootDir": ".",
|
|
"outDir": "./out",
|
|
"baseUrl": "./src",
|
|
},
|
|
"references": [
|
|
{
|
|
"path": "../common",
|
|
},
|
|
{
|
|
"path": "../extension-api-types",
|
|
},
|
|
],
|
|
"include": ["src", "*.js"],
|
|
}
|