TS checker: Increase memory limit (#114236)

Increase ts checker memory limit
This commit is contained in:
Kristina Demeshchik
2025-11-20 09:13:19 -05:00
committed by GitHub
parent 41276676eb
commit 834f1c5e98
+1 -1
View File
@@ -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,