We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 795ce9c commit bddd166Copy full SHA for bddd166
{{ .ProjectSnake }}/.bazelrc
@@ -8,12 +8,6 @@ import %workspace%/.aspect/bazelrc/performance.bazelrc
8
9
### YOUR PROJECT SPECIFIC OPTIONS GO HERE ###
10
11
-{{- if .Computed.java }}
12
-# Required for rules_java prior to Bazel 8
13
-# See https://github.com/bazelbuild/rules_java/issues/233#issuecomment-2418834258
14
-common --experimental_rule_extension_api
15
-{{ end }}
16
-
17
{{- if .Computed.javascript }}
18
# for speed, passes an argument `--skipLibCheck` to *every* spawn of tsc
19
common --@aspect_rules_ts//ts:skipLibCheck=always
0 commit comments