summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-04-26 02:02:22 +0200
committerFlorian Dold <florian.dold@gmail.com>2017-04-26 02:02:22 +0200
commit72b28c3201f2a2cdd3e88b3916f722e050895998 (patch)
tree60c2c3636743869de36029a7015cc2817c6d747c /tsconfig.json
parent22a84231b7b831d8cd92b4076456568d7d5730be (diff)
downloadweb-common-72b28c3201f2a2cdd3e88b3916f722e050895998.tar.gz
web-common-72b28c3201f2a2cdd3e88b3916f722e050895998.tar.bz2
web-common-72b28c3201f2a2cdd3e88b3916f722e050895998.zip
make taler-wallet-lib a proper module and output it in UMD format
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 1a14563..7d51196 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -2,6 +2,7 @@
"compilerOptions": {
"target": "es3",
"jsx": "react",
+ "module": "umd",
"experimentalDecorators": true,
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,