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.
2 parents 152b979 + a2ca9bc commit 3987fa9Copy full SHA for 3987fa9
typescript/rules.bzl
@@ -27,7 +27,7 @@ def configure_ts_compiler(name, ts, tslib = None, visibility = None):
27
main = "lib/tsc.js",
28
name = "%s.bin" % name,
29
node = "@better_rules_javascript//nodejs",
30
- node_options = ["--title=tsc"],
+ node_options = ["--title=tsc", "--max-old-space-size=4096"],
31
dep = ts,
32
visibility = ["//visibility:private"],
33
)
0 commit comments