From f210260826e9d81680b1e3a8db9b97aa00e4fb6b Mon Sep 17 00:00:00 2001 From: syuilo Date: Sat, 4 Mar 2017 19:20:58 +0900 Subject: Clean up :sparkles: --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index 515d1847b0..064a04e4d2 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -8,7 +8,7 @@ "noFallthroughCasesInSwitch": true, "declaration": false, "sourceMap": false, - "target": "es6", + "target": "es2017", "module": "commonjs", "removeComments": false, "noLib": false -- cgit v1.2.3-freya