From 06e465d052853ad59a7759d10dcdaa5d59343f21 Mon Sep 17 00:00:00 2001 From: fallenbagel <98979876+Fallenbagel@users.noreply.github.com> Date: Wed, 19 Jun 2024 04:03:04 +0500 Subject: [PATCH] build: fixes an issue where dev env could lead to javascript heap out of memory --- server/tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/server/tsconfig.json b/server/tsconfig.json index ec4b9004..6907bd74 100644 --- a/server/tsconfig.json +++ b/server/tsconfig.json @@ -5,6 +5,7 @@ "module": "commonjs", "outDir": "../dist", "noEmit": false, + "incremental": true, "baseUrl": ".", "paths": { "@server/*": ["*"]