From 16ecbc9f177f1f71048840edf9b7af20ace3aad8 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Sun, 21 Jul 2019 23:50:10 +0200 Subject: headless wallet skeleton, type fixes --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index cbcd366ea..fb99d0a73 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -110,6 +110,7 @@ const tsBaseArgs = { allowJs: true, checkJs: true, noUnusedLocals: true, + incremental: true, }; -- cgit v1.2.3