X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=webapp-frontend%2Ftsconfig.json;h=457bef42e45a40eae0db11b5c02f93995fbbc7aa;hb=4d016dc92a169835f1ab9b043b32b2775817ff6c;hp=b271fd9f3d55adf81bfd0da7d83de3eb88b7e191;hpb=e2cbc4d0304646febf7e2cbe0dccdf9840189222;p=portal%2Fric-dashboard.git diff --git a/webapp-frontend/tsconfig.json b/webapp-frontend/tsconfig.json index b271fd9f..457bef42 100644 --- a/webapp-frontend/tsconfig.json +++ b/webapp-frontend/tsconfig.json @@ -2,10 +2,11 @@ "compileOnSave": false, "compilerOptions": { "baseUrl": "./", + "downlevelIteration": true, "outDir": "./dist/out-tsc", "sourceMap": true, "declaration": false, - "module": "es2015", + "module": "esnext", "moduleResolution": "node", "emitDecoratorMetadata": true, "experimentalDecorators": true,