diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-09-05 16:10:53 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-09-05 16:10:53 +0200 |
commit | 8144b0f5535c3d00c1e508cddce3cd88a153a581 (patch) | |
tree | fadefd8febe8574a7e46bf6ffd2b1b89b3a58b55 /tsconfig.json | |
parent | fab4e338968b619710e1652f78534a98de2d68d3 (diff) |
welcome page with error diagnostics / react refactoring
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/tsconfig.json b/tsconfig.json index 7aca07913..307918760 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -66,7 +66,6 @@ "src/webex/background.ts", "src/webex/chromeBadge.ts", "src/webex/compat.ts", - "src/webex/components.ts", "src/webex/messages.ts", "src/webex/notify.ts", "src/webex/pages/add-auditor.tsx", @@ -84,7 +83,7 @@ "src/webex/pages/return-coins.tsx", "src/webex/pages/show-db.ts", "src/webex/pages/tip.tsx", - "src/webex/pages/tree.tsx", + "src/webex/pages/welcome.tsx", "src/webex/pages/withdraw.tsx", "src/webex/renderHtml.tsx", "src/webex/wxApi.ts", |