summaryrefslogtreecommitdiffstats
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-24 12:59:08 +0200
committerFiete Ostkamp <Fiete.Ostkamp@telekom.de>2024-09-24 12:59:08 +0200
commit5db0a156731dd36394f2fb22125b8cabcd95a783 (patch)
treead990a7321c09d0056c8d531e158a8becfb22e57 /tsconfig.json
parente964f1c1be44ef74877531870c119aa110555ca1 (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.json2
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