| build --strategy=TypeScriptCompile=worker | |
| test --test_output=errors | |
| # Enable debugging tests with --config=debug | |
| test:debug --test_arg=--node_options=--inspect-brk --test_output=streamed --test_strategy=exclusive --test_timeout=9999 --nocache_test_results | |
| build --workspace_status_command=./tools/bazel_stamp_vars.sh | |
| # Turn off legacy external runfiles | |
| run --nolegacy_external_runfiles | |
| test --nolegacy_external_runfiles |