From 4a4d45fadfbb61e8e147f2b62e5dab5ac55403e8 Mon Sep 17 00:00:00 2001 From: "andre.schmid" Date: Fri, 6 Mar 2020 14:42:45 +0000 Subject: Enabling JS in SonarCloud Configures jest test coverage and missing sonar properties for javascript file scan and report. Change-Id: I9170a176cc4e580ac14f669c334ee949942503f6 Issue-ID: SDC-2741 Signed-off-by: andre.schmid --- catalog-ui/src/tsconfig.json | 6 ------ 1 file changed, 6 deletions(-) (limited to 'catalog-ui/src/tsconfig.json') diff --git a/catalog-ui/src/tsconfig.json b/catalog-ui/src/tsconfig.json index 81d527b763..af1d58ce1a 100644 --- a/catalog-ui/src/tsconfig.json +++ b/catalog-ui/src/tsconfig.json @@ -5,7 +5,6 @@ "emitDecoratorMetadata": true, "experimentalDecorators": true, "allowJs": true, - "mapRoot": "./", "module": "commonjs", "moduleResolution": "node", "outDir": "../dist/out-tsc", @@ -13,11 +12,6 @@ "es6", "dom" ], - "paths": { - "@angular/*": [ - "../node_modules/@angular/*" - ] - }, "sourceMap": true, "target": "es5", "typeRoots": [ -- cgit 1.2.3-korg