databuild/.bazelrc
2025-07-10 21:39:43 -07:00

8 lines
No EOL
268 B
Text

build --color=yes
query --color=yes
test --color=yes
test --test_output=errors
# passes an argument `--skipLibCheck` to *every* spawn of tsc
# Bazel 6.4 or greater: 'common' means 'any command that supports this flag'
common --@aspect_rules_ts//ts:skipLibCheck=always