From 73e6f2413b462ddcea6b30e432822a2431384647 Mon Sep 17 00:00:00 2001 From: Karl-Philipp Wulfert Date: Thu, 16 May 2019 14:12:25 +0200 Subject: [PATCH] fix: remove incremental flag Fixes #15 --- tsconfig.json | 1 - 1 file changed, 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 54bca849..4a205eb6 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -5,7 +5,6 @@ "declaration": true, "experimentalDecorators": true, "forceConsistentCasingInFileNames": true, - "incremental": true, "inlineSourceMap": true, "module": "CommonJS", "moduleResolution": "node",