From ed688f9292f079e04fa5ad22b2505d8a45cb3d46 Mon Sep 17 00:00:00 2001 From: Dessalines Date: Thu, 4 Apr 2019 15:29:14 -0700 Subject: Community editing - Community editing mostly working. Fixes #26 --- ui/tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ui/tsconfig.json') 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", -- cgit v1.2.3