From 5db0a156731dd36394f2fb22125b8cabcd95a783 Mon Sep 17 00:00:00 2001 From: Fiete Ostkamp Date: Tue, 24 Sep 2024 12:59:08 +0200 Subject: Upgrade to Angular 14 Issue-ID: PORTALNG-121 Change-Id: Ic0ee5450b1e234036dc567b14da15c8febb06e94 Signed-off-by: Fiete Ostkamp --- tsconfig.json | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tsconfig.json') diff --git a/tsconfig.json b/tsconfig.json index b38eb86..c155a6b 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -14,7 +14,7 @@ "module": "es2020", "moduleResolution": "node", "importHelpers": true, - "target": "es2017", + "target": "es2020", "lib": ["es2020", "dom"], "resolveJsonModule": true, "esModuleInterop": true -- cgit 1.2.3-korg