From dbc12dc09be3f38ad6a0165d1d1a576cc761d518 Mon Sep 17 00:00:00 2001 From: MillenniumEarl Date: Tue, 16 Feb 2021 10:58:03 +0100 Subject: [PATCH] Add --incremental --- tsconfig.json | 1 + 1 file changed, 1 insertion(+) diff --git a/tsconfig.json b/tsconfig.json index 66dc08e..1841826 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,6 +8,7 @@ "moduleResolution": "node", "esModuleInterop": true, "allowSyntheticDefaultImports": true, + "incremental": true }, "include": ["./src/**/*.ts"] } \ No newline at end of file