summaryrefslogtreecommitdiffstats
path: root/catalog-ui/src/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'catalog-ui/src/tsconfig.json')
-rw-r--r--catalog-ui/src/tsconfig.json11
1 files changed, 7 insertions, 4 deletions
diff --git a/catalog-ui/src/tsconfig.json b/catalog-ui/src/tsconfig.json
index 9a4c6bbf0f..81d527b763 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