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 322f6c1 commit c8d663eCopy full SHA for c8d663e
packages/nx-plugin/src/utils/test/ts.spec.ts
@@ -78,6 +78,7 @@ export class TypeScriptVerifier {
78
encoding: 'utf-8',
79
stdio: 'pipe',
80
cwd: path.resolve(__dirname, '../../../../../'),
81
+ maxBuffer: 50 * 1024 * 1024, // 50 MB
82
}),
83
);
84
0 commit comments