aboutsummaryrefslogtreecommitdiff
path: root/gulpfile.js
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-07-21 23:50:10 +0200
committerFlorian Dold <florian.dold@gmail.com>2019-07-21 23:50:10 +0200
commit16ecbc9f177f1f71048840edf9b7af20ace3aad8 (patch)
tree3d6a1a164b9744cf6cfcdbdff44df5a15a304f10 /gulpfile.js
parentcfa1df734315efc8e24a1a846e4d694abe2249ea (diff)
downloadwallet-core-16ecbc9f177f1f71048840edf9b7af20ace3aad8.tar.xz
headless wallet skeleton, type fixes
Diffstat (limited to 'gulpfile.js')
-rw-r--r--gulpfile.js1
1 files changed, 1 insertions, 0 deletions
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,
};