From 3d79ea3f49a91ba4e0eedb80dba03dbe8585eba8 Mon Sep 17 00:00:00 2001 From: Fedor Katurov Date: Mon, 16 Nov 2020 15:29:41 +0700 Subject: [PATCH] added incremental prop --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 85e2c5c5..57e94810 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,6 +1,7 @@ { "allowSyntheticDefaultImports": true, "compilerOptions": { + "incremental": true, "outDir": "./dist/", "sourceMap": true, "noImplicitAny": false,