From 08e85f552a67929cef3ad4f885c636bcbe92c84c Mon Sep 17 00:00:00 2001 From: jsdevtom Date: Mon, 5 Aug 2019 18:56:49 +0200 Subject: [PATCH] build: build for es6 BREAKING CHANGE: build target from es5 to es6 --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index 58d7bc4..0c8c0b4 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -1,7 +1,7 @@ { "compilerOptions": { "moduleResolution": "node", - "target": "es5", + "target": "es6", "module": "es2015", "lib": [ "es2015",