From d32c857d1b11d4c4b7b9c1b5666f434c5f84219b Mon Sep 17 00:00:00 2001 From: Benjamin Pasero Date: Fri, 30 Aug 2019 17:56:56 +0200 Subject: [PATCH] tsconfig :lipstick: --- src/tsconfig.base.json | 1 - test/smoke/tsconfig.json | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/src/tsconfig.base.json b/src/tsconfig.base.json index b782f00466a..907c210b530 100644 --- a/src/tsconfig.base.json +++ b/src/tsconfig.base.json @@ -3,7 +3,6 @@ "module": "amd", "moduleResolution": "node", "noImplicitAny": true, - "target": "es5", "experimentalDecorators": true, "noImplicitReturns": true, "noUnusedLocals": true, diff --git a/test/smoke/tsconfig.json b/test/smoke/tsconfig.json index 1b0b03c2d67..6f0b40e93e5 100644 --- a/test/smoke/tsconfig.json +++ b/test/smoke/tsconfig.json @@ -4,7 +4,7 @@ "noImplicitAny": false, "removeComments": false, "preserveConstEnums": true, - "target": "es2016", + "target": "es2017", "strictNullChecks": true, "noUnusedParameters": false, "noUnusedLocals": true, @@ -18,4 +18,4 @@ "exclude": [ "node_modules" ] -} \ No newline at end of file +} -- GitLab