-
Notifications
You must be signed in to change notification settings - Fork 14
Expand file tree
/
Copy path.bazelrc
More file actions
17 lines (13 loc) · 763 Bytes
/
.bazelrc
File metadata and controls
17 lines (13 loc) · 763 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
common --@aspect_rules_ts//ts:skipLibCheck=always
common --@aspect_rules_ts//ts:default_to_tsc_transpiler
# Flag for validation/demonstration of partial compilation usage.
build --flag_alias=partial_compilation=//src/ng_project/config:partial_compilation
import ../../../.bazelrc.common
####################################################
# User bazel configuration
# NOTE: This needs to be the *last* entry in the config to allow for it to override other
# configuration in this file.
####################################################
# Load any settings which are specific to the current user. Needs to be *last* statement
# in this config, as the user configuration should be able to overwrite flags from this file.
try-import ../../../.bazelrc.user