Skip to content

Commit 470ef06

Browse files
committed
MOAR RAM
1 parent 6c00cb2 commit 470ef06

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/dev/typescript/run_type_check_cli.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,7 @@ export function runTypeCheckCli() {
8888
}
8989

9090
execInProjects(log, projects, process.execPath, (project) => [
91-
...(project.name.startsWith('x-pack') ? ['--max-old-space-size=4096'] : []),
91+
'--max-old-space-size=4096',
9292
require.resolve('typescript/bin/tsc'),
9393
...['--project', project.tsConfigPath],
9494
...tscArgs,

0 commit comments

Comments
 (0)