From 01b8dd57a5c30a1e8f0221da574e4890ac8295a7 Mon Sep 17 00:00:00 2001 From: Rodrigo Rodriguez Date: Thu, 16 May 2019 10:38:59 -0300 Subject: [PATCH] fix(core.gbapp): ESNext in tsconfig.json to match MSFT. --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tsconfig.json b/tsconfig.json index ea0468f0..725a40fc 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -24,7 +24,7 @@ ] }, "sourceMap": true, - "target": "es6", + "target": "ESNext", "typeRoots": [ "node_modules/@types" ]