aboutsummaryrefslogtreecommitdiff
path: root/extension/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-02-19 00:49:22 +0100
committerFlorian Dold <florian.dold@gmail.com>2016-02-19 00:49:22 +0100
commitf79533614f46ff2c1c70071e19549472095d447c (patch)
tree50279363142e5a219091f9bfd96030f30835b324 /extension/tsconfig.json
parentd8609a70e9d843bbd83d95adc866b331c749651a (diff)
downloadwallet-core-f79533614f46ff2c1c70071e19549472095d447c.tar.xz
add crypto worker thread
Diffstat (limited to 'extension/tsconfig.json')
-rw-r--r--extension/tsconfig.json4
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