From 30c2d982bf95bfdd3b4e4d9b36ee845e3dd13e26 Mon Sep 17 00:00:00 2001 From: Alan Agius Date: Thu, 11 Mar 2021 11:51:04 +0100 Subject: [PATCH] build: update Angular CLI repo to use ES2019 Since we no longer support Node.JS 10 we can ship our code in ES2019 See: https://node.green/#ES2019 --- tsconfig.json | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tsconfig.json b/tsconfig.json index eae8b3dabd56..b71466f352ca 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -11,9 +11,9 @@ "rootDir": ".", "skipLibCheck": true, "strict": true, - "target": "es2018", + "target": "es2019", "lib": [ - "es2018" + "es2019" ], "baseUrl": "", "rootDirs": [