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.
1 parent 109d1ef commit 1925a32Copy full SHA for 1925a32
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