Skip to content

Commit

Permalink
Remove memory heap specification, not needed with project references,…
Browse files Browse the repository at this point in the history
… see #1415
  • Loading branch information
samreid committed Oct 14, 2024
1 parent f42f31d commit 1c59ca6
Showing 1 changed file with 1 addition and 4 deletions.
5 changes: 1 addition & 4 deletions js/scripts/absolute-tsc.js
Original file line number Diff line number Diff line change
Expand Up @@ -43,10 +43,7 @@ if ( !args || args.length === 0 ) {
// console.log( 'changes detected...' );

const results = await execute( 'node', [ `${__dirname}/../../../chipper/node_modules/typescript/bin/tsc`, '-b' ], args[ 0 ], {
errors: 'resolve',

// TODO: it would be nice not to need this, https://github.com/phetsims/chipper/issues/1415
childProcessEnv: { NODE_OPTIONS: '--max-old-space-size=8192' }
errors: 'resolve'
} );

// If there was a problem running tsc, report it here. The type errors are reported on stdout below.
Expand Down

0 comments on commit 1c59ca6

Please sign in to comment.