X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Ftsconfig.json;h=5a33131e4cd08a31d18b72cf91b9777f09360bb5;hb=8ce8fccb49a3c082c9fde5f20335af8e85b41584;hp=a94b5b670158cea09ec13c92d9122aba49339a59;hpb=b339e7ad48142e5c1d5c29b4cc0a00e9bbbbaa4d;p=portal%2Fnonrtric-controlpanel.git 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" ],