From ee5600b6affd2d5085dd5d9e91019b8b6d56aac0 Mon Sep 17 00:00:00 2001 From: Chaim Lev-Ari Date: Thu, 20 Oct 2022 17:23:56 +0300 Subject: [PATCH] chore(build): incremental ts build [EE-4204] (#7888) --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 476f76334..17b874743 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,6 +5,7 @@ "module": "es6", // "module": "commonjs", // "module": "esnext", + "incremental": true, "target": "es2017", "allowJs": true, "checkJs": false,