summaryrefslogtreecommitdiffstats
path: root/ui/tsconfig.json
diff options
context:
space:
mode:
authorDessalines <tyhou13@gmx.com>2019-04-04 15:29:14 -0700
committerDessalines <tyhou13@gmx.com>2019-04-04 15:29:14 -0700
commited688f9292f079e04fa5ad22b2505d8a45cb3d46 (patch)
treef0e99679eab81f0e67d51f5cb43fefc0bb1f3e9f /ui/tsconfig.json
parentf3cbe9e6cee4a03d8677414ae29b81a59d31b71c (diff)
Community editing
- Community editing mostly working. Fixes #26
Diffstat (limited to 'ui/tsconfig.json')
-rw-r--r--ui/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/ui/tsconfig.json b/ui/tsconfig.json
index f58da758..78723b5f 100644
--- a/ui/tsconfig.json
+++ b/ui/tsconfig.json
@@ -1,7 +1,7 @@
{
"compilerOptions": {
"module": "commonjs",
- "target": "es2015",
+ "target": "es2016",
"sourceMap": true,
"inlineSources": true,
"jsx": "preserve",