commit | ad70d4114bbfc5dbf20fd1a8151095d89610c759 | [log] [tgz] |
---|---|---|
author | elinuxhenrik <henrik.b.andersson@est.tech> | Mon Feb 15 14:38:02 2021 +0100 |
committer | elinuxhenrik <henrik.b.andersson@est.tech> | Thu Feb 18 15:49:15 2021 +0100 |
tree | e22242039a243852c0652e75fd0638a0b3b4143c | |
parent | 4838d8b20a658d97e41d744c7f50986ad1d5f80f [diff] [blame] |
Uplift to Angular 9 Change-Id: I39713145975ba0e047ecf82960c2c292cc580467 Signed-off-by: elinuxhenrik <henrik.b.andersson@est.tech> Issue-ID: NONRTRIC-446
diff --git a/webapp-frontend/tsconfig.json b/webapp-frontend/tsconfig.json index a94b5b6..5a33131 100644 --- a/webapp-frontend/tsconfig.json +++ b/webapp-frontend/tsconfig.json
@@ -12,7 +12,7 @@ "experimentalDecorators": true, "importHelpers": true, "resolveJsonModule": true, - "target": "es5", + "target": "es2015", "typeRoots": [ "node_modules/@types" ],