diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-02-19 00:49:22 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-02-19 00:49:22 +0100 |
commit | f79533614f46ff2c1c70071e19549472095d447c (patch) | |
tree | 50279363142e5a219091f9bfd96030f30835b324 /extension/tsconfig.json | |
parent | d8609a70e9d843bbd83d95adc866b331c749651a (diff) |
add crypto worker thread
Diffstat (limited to 'extension/tsconfig.json')
-rw-r--r-- | extension/tsconfig.json | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/extension/tsconfig.json b/extension/tsconfig.json index a3eea3a70..96f360370 100644 --- a/extension/tsconfig.json +++ b/extension/tsconfig.json @@ -13,6 +13,8 @@ "lib/i18n.ts", "lib/refs.ts", "lib/wallet/checkable.ts", + "lib/wallet/cryptoLib.ts", + "lib/wallet/cryptoWorker.ts", "lib/wallet/db.ts", "lib/wallet/emscriptif.ts", "lib/wallet/helpers.ts", @@ -29,4 +31,4 @@ "pages/confirm-create-reserve.tsx", "test/tests/taler.ts" ] -} +}
\ No newline at end of file |