diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-07-31 01:33:56 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-07-31 01:33:56 +0200 |
commit | cc4e8ddc85d36f29a7385a7f4eb08c77f46b3af6 (patch) | |
tree | 56b7d5a083c5b64a72d0905ad04616b97986538e /gulpfile.js | |
parent | bcefbd7aab5f33f93d626c6421a1a1218c1a91a2 (diff) |
headless wallet WIP
Diffstat (limited to 'gulpfile.js')
-rw-r--r-- | gulpfile.js | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/gulpfile.js b/gulpfile.js index fb99d0a73..22bcfe134 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -109,7 +109,6 @@ const tsBaseArgs = { noImplicitAny: true, allowJs: true, checkJs: true, - noUnusedLocals: true, incremental: true, }; |