diff options
author | andre.schmid <andre.schmid@est.tech> | 2020-03-06 14:42:45 +0000 |
---|---|---|
committer | Ofir Sonsino <ofir.sonsino@intl.att.com> | 2020-04-27 08:01:07 +0000 |
commit | 4a4d45fadfbb61e8e147f2b62e5dab5ac55403e8 (patch) | |
tree | 1e58f398d370ddcbb249f3a8fdc6659f2e3041bb /catalog-ui/src/tsconfig.json | |
parent | bebff57a6a661825d26a17813fe4a3230ac6f9db (diff) |
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 <andre.schmid@est.tech>
Diffstat (limited to 'catalog-ui/src/tsconfig.json')
-rw-r--r-- | catalog-ui/src/tsconfig.json | 6 |
1 files changed, 0 insertions, 6 deletions
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": [ |