diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-01-24 02:29:13 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-01-24 02:29:13 +0100 |
commit | b8627813be56e04c18baf38885f3a3dc0fb7496c (patch) | |
tree | e2db304d381cc343021a8af8c94b58e3554fbcc5 /extension/tsconfig.json | |
parent | 1a0a302ad9bfd49ff452bf874e04b7623e23cb5f (diff) |
Replace handlebars with mithril, hooks for i18n.
The wallet is now a single page application.
Diffstat (limited to 'extension/tsconfig.json')
-rw-r--r-- | extension/tsconfig.json | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/extension/tsconfig.json b/extension/tsconfig.json index 41597440f..12079404c 100644 --- a/extension/tsconfig.json +++ b/extension/tsconfig.json @@ -8,8 +8,7 @@ "noLib": true }, "files": [ - "lib/commonHelpers.ts", - "lib/polyfill-react.ts", + "lib/i18n.ts", "lib/refs.ts", "lib/wallet/checkable.ts", "lib/wallet/db.ts", @@ -21,10 +20,9 @@ "lib/wallet/wxmessaging.ts", "background/main.ts", "content_scripts/notify.ts", - "popup/balance-overview.tsx", - "popup/history.tsx", + "popup/popup.tsx", "pages/confirm-contract.tsx", "pages/confirm-create-reserve.tsx", "test/tests/taler.ts" ] -} +}
\ No newline at end of file |