summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2017-03-16 18:23:35 +0100
committerFlorian Dold <florian.dold@gmail.com>2017-03-16 18:23:35 +0100
commitd7e013594d15388b1a7342a44a0e9c8d4ecca82d (patch)
tree499bcf433ad800f1da959adbd5b4722039832568 /tsconfig.json
parent6dd8ca1675817cc0ca65f0819489234eeafaa2ed (diff)
downloadweb-common-d7e013594d15388b1a7342a44a0e9c8d4ecca82d.tar.gz
web-common-d7e013594d15388b1a7342a44a0e9c8d4ecca82d.tar.bz2
web-common-d7e013594d15388b1a7342a44a0e9c8d4ecca82d.zip
auditor calls
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json3
1 files changed, 2 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 30712d1..1a14563 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -6,7 +6,8 @@
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strictNullChecks": true,
- "noImplicitAny": true
+ "noImplicitAny": true,
+ "lib": ["ES6", "DOM"]
},
"files": [
"taler-wallet-lib.ts",