X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Ftsconfig.json;h=5931c2789226877a30216f8f0f49bc8395a8e000;hb=refs%2Fchanges%2F46%2F5746%2F1;hp=a94b5b670158cea09ec13c92d9122aba49339a59;hpb=a5675d8c59bb63c0b533be654b215c325514b7f4;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/tsconfig.json b/webapp-frontend/tsconfig.json index a94b5b6..5931c27 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" ], @@ -20,5 +20,9 @@ "es2018", "dom" ] - } + }, + "angularCompilerOptions": { + "strictTemplates": true, + "fullTemplateTypeCheck": true + } }