We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6c00cb2 commit 470ef06Copy full SHA for 470ef06
1 file changed
src/dev/typescript/run_type_check_cli.ts
@@ -88,7 +88,7 @@ export function runTypeCheckCli() {
88
}
89
90
execInProjects(log, projects, process.execPath, (project) => [
91
- ...(project.name.startsWith('x-pack') ? ['--max-old-space-size=4096'] : []),
+ '--max-old-space-size=4096',
92
require.resolve('typescript/bin/tsc'),
93
...['--project', project.tsConfigPath],
94
...tscArgs,
0 commit comments