summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-05-30 18:33:28 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-05-30 18:33:28 +0200
commite5b88ee00392d855b9d343a3dd80afeb33f44d79 (patch)
treebe4a882fbefd8797acfc37e2fb32b80001d37a1c /tsconfig.json
parentb6df47f25e6db2de0a7563730f8881f935a94f29 (diff)
downloadwallet-core-e5b88ee00392d855b9d343a3dd80afeb33f44d79.tar.gz
wallet-core-e5b88ee00392d855b9d343a3dd80afeb33f44d79.tar.bz2
wallet-core-e5b88ee00392d855b9d343a3dd80afeb33f44d79.zip
skeleton for better RPC types
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index f4250a2c5..2ba62b510 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -50,6 +50,7 @@
"src/webex/background.ts",
"src/webex/chromeBadge.ts",
"src/webex/components.ts",
+ "src/webex/messages.ts",
"src/webex/notify.ts",
"src/webex/pages/add-auditor.tsx",
"src/webex/pages/auditors.tsx",
@@ -65,4 +66,4 @@
"src/webex/wxApi.ts",
"src/webex/wxBackend.ts"
]
-} \ No newline at end of file
+}