diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-05-30 18:33:28 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-05-30 18:33:28 +0200 |
commit | e5b88ee00392d855b9d343a3dd80afeb33f44d79 (patch) | |
tree | be4a882fbefd8797acfc37e2fb32b80001d37a1c /tsconfig.json | |
parent | b6df47f25e6db2de0a7563730f8881f935a94f29 (diff) |
skeleton for better RPC types
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
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 +} |