diff options
author | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-24 12:59:08 +0200 |
---|---|---|
committer | Fiete Ostkamp <Fiete.Ostkamp@telekom.de> | 2024-09-24 12:59:08 +0200 |
commit | 5db0a156731dd36394f2fb22125b8cabcd95a783 (patch) | |
tree | ad990a7321c09d0056c8d531e158a8becfb22e57 /tsconfig.json | |
parent | e964f1c1be44ef74877531870c119aa110555ca1 (diff) |
Upgrade to Angular 14
Issue-ID: PORTALNG-121
Change-Id: Ic0ee5450b1e234036dc567b14da15c8febb06e94
Signed-off-by: Fiete Ostkamp <Fiete.Ostkamp@telekom.de>
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 1 insertions, 1 deletions
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 |