Skip to content

Commit a2ca9bc

Browse files
authored
Set tsc max-old-space-size to 4096
1 parent 152b979 commit a2ca9bc

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

typescript/rules.bzl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -27,7 +27,7 @@ def configure_ts_compiler(name, ts, tslib = None, visibility = None):
2727
main = "lib/tsc.js",
2828
name = "%s.bin" % name,
2929
node = "@better_rules_javascript//nodejs",
30-
node_options = ["--title=tsc"],
30+
node_options = ["--title=tsc", "--max-old-space-size=4096"],
3131
dep = ts,
3232
visibility = ["//visibility:private"],
3333
)

0 commit comments

Comments
 (0)