diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-10-15 18:30:02 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-10-15 18:30:02 +0200 |
commit | 03782f8aea043042aaa069de0b91cdb80fbb4679 (patch) | |
tree | cc8890eb060fe15cefa107c9261fc7e558d564b1 /tsconfig.json | |
parent | 23633cf1be5ce8f1bc4d7823d1d561149cb6c8a8 (diff) |
derive history from db instead of storing it
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json index b99b28b3e..ee2f58640 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -63,12 +63,14 @@ "src/webex/pages/logs.tsx", "src/webex/pages/payback.tsx", "src/webex/pages/popup.tsx", + "src/webex/pages/refund.tsx", "src/webex/pages/reset-required.tsx", "src/webex/pages/return-coins.tsx", "src/webex/pages/show-db.ts", "src/webex/pages/tree.tsx", "src/webex/renderHtml.tsx", "src/webex/wxApi.ts", - "src/webex/wxBackend.ts" + "src/webex/wxBackend.ts", + "src/wire.ts" ] }
\ No newline at end of file |