From 74433c3e05734aa1194049fcbcaa92c70ce61c74 Mon Sep 17 00:00:00 2001 From: Florian Dold Date: Thu, 12 Dec 2019 20:53:15 +0100 Subject: refactor: re-structure type definitions --- tsconfig.json | 39 +++++++++++++++++++++------------------ 1 file changed, 21 insertions(+), 18 deletions(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 2af0ca65b..8d696591c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -36,18 +36,34 @@ "src/crypto/workers/nodeThreadWorker.ts", "src/crypto/workers/synchronousWorker.ts", "src/db.ts", - "src/dbTypes.ts", "src/headless/bank.ts", "src/headless/clk.ts", "src/headless/helpers.ts", "src/headless/integrationtest.ts", "src/headless/merchant.ts", "src/headless/taler-wallet-cli.ts", - "src/i18n.tsx", "src/i18n/strings.ts", "src/index.ts", - "src/talerTypes.ts", - "src/types-test.ts", + "src/operations/balance.ts", + "src/operations/errors.ts", + "src/operations/exchanges.ts", + "src/operations/history.ts", + "src/operations/pay.ts", + "src/operations/payback.ts", + "src/operations/pending.ts", + "src/operations/refresh.ts", + "src/operations/reserves.ts", + "src/operations/return.ts", + "src/operations/state.ts", + "src/operations/tip.ts", + "src/operations/withdraw.ts", + "src/types/dbTypes.ts", + "src/types/history.ts", + "src/types/notifications.ts", + "src/types/pending.ts", + "src/types/talerTypes.ts", + "src/types/types-test.ts", + "src/types/walletTypes.ts", "src/util/RequestThrottler.ts", "src/util/amounts.ts", "src/util/assertUnreachable.ts", @@ -67,25 +83,12 @@ "src/util/taleruri.ts", "src/util/timer.ts", "src/util/wire.ts", - "src/wallet-impl/balance.ts", - "src/wallet-impl/errors.ts", - "src/wallet-impl/exchanges.ts", - "src/wallet-impl/history.ts", - "src/wallet-impl/pay.ts", - "src/wallet-impl/payback.ts", - "src/wallet-impl/pending.ts", - "src/wallet-impl/refresh.ts", - "src/wallet-impl/reserves.ts", - "src/wallet-impl/return.ts", - "src/wallet-impl/state.ts", - "src/wallet-impl/tip.ts", - "src/wallet-impl/withdraw.ts", "src/wallet-test.ts", "src/wallet.ts", - "src/walletTypes.ts", "src/webex/background.ts", "src/webex/chromeBadge.ts", "src/webex/compat.ts", + "src/webex/i18n.tsx", "src/webex/messages.ts", "src/webex/notify.ts", "src/webex/pages/add-auditor.tsx", -- cgit v1.2.3