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=457bef42e45a40eae0db11b5c02f93995fbbc7aa;hpb=f507d92d55ee77fad16cc024ea95c869e0d5dc32;p=portal%2Fnonrtric-controlpanel.git diff --git a/webapp-frontend/tsconfig.json b/webapp-frontend/tsconfig.json index 457bef4..5931c27 100644 --- a/webapp-frontend/tsconfig.json +++ b/webapp-frontend/tsconfig.json @@ -11,7 +11,8 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "importHelpers": true, - "target": "es5", + "resolveJsonModule": true, + "target": "es2015", "typeRoots": [ "node_modules/@types" ], @@ -19,5 +20,9 @@ "es2018", "dom" ] - } + }, + "angularCompilerOptions": { + "strictTemplates": true, + "fullTemplateTypeCheck": true + } }