aboutsummaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2016-09-14 15:20:18 +0200
committerFlorian Dold <florian.dold@gmail.com>2016-09-14 15:20:18 +0200
commitfc6db1824e6974898f177ffb0ffd2eb138a653ce (patch)
tree2ae26f5b9b6910e93b1771c89f7fe543a278c10f /tsconfig.json
parent885285734733b71c88dfb0da513988eb8678aa14 (diff)
downloadwallet-core-fc6db1824e6974898f177ffb0ffd2eb138a653ce.tar.xz
move to ES6, clean up views
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 2df3b2ce8..cbe7d039f 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -1,6 +1,6 @@
{
"compilerOptions": {
- "target": "es5",
+ "target": "es6",
"jsx": "react",
"experimentalDecorators": true,
"module": "system",