Skip to content

Commit 3987fa9

Browse files
authored
Merge pull request #19 from rivethealth/Nevada/bump-tsc-max-old-space-size-to-4096
Set `tsc` max-old-space-size to 4096
2 parents 152b979 + a2ca9bc commit 3987fa9

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)