diff options
author | Florian Dold <florian.dold@gmail.com> | 2018-01-29 22:58:47 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2018-01-29 22:58:47 +0100 |
commit | 97f6e68ce3a515938228b9a4d3e41b5f4b25a015 (patch) | |
tree | 371331acc56b7c56abec502126c2a40cdb23a95f /tsconfig.json | |
parent | 9fe6dc596573f38b13f0b15c946b8bc16013fdd9 (diff) |
change protocol to string amount network format
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index ae77fb27c..819c54276 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -54,6 +54,7 @@ "src/walletTypes.ts", "src/webex/background.ts", "src/webex/chromeBadge.ts", + "src/webex/compat.ts", "src/webex/components.ts", "src/webex/messages.ts", "src/webex/notify.ts", |