TS checker: Increase memory limit (#114236)
Increase ts checker memory limit
This commit is contained in:
@@ -135,7 +135,7 @@ module.exports = (env = {}) => {
|
||||
async: true, // don't block webpack emit
|
||||
typescript: {
|
||||
mode: 'write-references',
|
||||
memoryLimit: 5096,
|
||||
memoryLimit: 8192,
|
||||
diagnosticOptions: {
|
||||
semantic: true,
|
||||
syntactic: true,
|
||||
|
||||
Reference in New Issue
Block a user