Catalog alignment
Issue-ID: SDC-2724
Signed-off-by: ys9693 <ys9693@att.com>
Change-Id: I52b4aacb58cbd432ca0e1ff7ff1f7dd52099c6fe
diff --git a/catalog-ui/src/tsconfig.json b/catalog-ui/src/tsconfig.json
index 9a4c6bb..81d527b 100644
--- a/catalog-ui/src/tsconfig.json
+++ b/catalog-ui/src/tsconfig.json
@@ -13,6 +13,11 @@
"es6",
"dom"
],
+ "paths": {
+ "@angular/*": [
+ "../node_modules/@angular/*"
+ ]
+ },
"sourceMap": true,
"target": "es5",
"typeRoots": [
@@ -20,14 +25,12 @@
"./typings"
],
"types": [
- "jquery",
"core-js",
- "node"
+ "node",
+ "jest"
],
"forceConsistentCasingInFileNames": true
},
"exclude": [
- "test.ts",
- "**/*.spec.ts"
]
}
\ No newline at end of file