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 36a6ae9 commit 841a585Copy full SHA for 841a585
.bazelrc
@@ -2,6 +2,9 @@
2
common --@aspect_rules_ts//ts:skipLibCheck=always
3
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
4
5
+# Needed as otherwise `env` of TS actions would be ignored.
6
+common --incompatible_merge_fixed_and_default_shell_env
7
+
8
###############################
9
# Filesystem interactions #
10
0 commit comments