angular-cli/tools/bazel.rc
2018-06-05 18:50:06 -07:00

10 lines
320 B
Plaintext

# Make TypeScript compilation fast, by keeping a few copies of the compiler
# running as daemons, and cache SourceFile AST's to reduce parse time.
build --strategy=TypeScriptCompile=worker
# Performance: avoid stat'ing input files
build --watchfs
# Do not generate the symbolic links bazel-*.
build --symlink_prefix=/