From 04fb569e8cdec21cb53f3a2504d715f684002afc Mon Sep 17 00:00:00 2001 From: Dustin Brett Date: Sat, 19 Jun 2021 22:42:26 -0700 Subject: [PATCH] Added incremental TS compilation --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index c9110f7b..daff9f6a 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -3,6 +3,7 @@ "baseUrl": ".", "target": "es6", "lib": ["dom", "dom.iterable", "esnext"], + "incremental": true, "allowJs": true, "skipLibCheck": true, "strict": true,