From defbf625bdef0f8a666b72b8ce99de5e01af6b91 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 29 Aug 2019 23:12:55 +0200 Subject: url-based pay/withdraw, use react hooks --- gulpfile.js | 1 + 1 file changed, 1 insertion(+) (limited to 'gulpfile.js') diff --git a/gulpfile.js b/gulpfile.js index 63965e7ea..698944b29 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -104,6 +104,7 @@ const tsBaseArgs = { allowJs: true, checkJs: true, incremental: true, + esModuleInterop: true, }; -- cgit v1.2.3