Catalog alignment
[sdc.git] / catalog-ui / src / tsconfig.json
index 9a4c6bb..81d527b 100644 (file)
       "es6",
       "dom"
     ],
+    "paths": {
+      "@angular/*": [
+        "../node_modules/@angular/*"
+     ]
+    },
     "sourceMap": true,
     "target": "es5",
     "typeRoots": [
       "./typings"
     ],
     "types": [
-      "jquery",
       "core-js",
-      "node"
+      "node",
+      "jest"
     ],
     "forceConsistentCasingInFileNames": true
   },
   "exclude": [
-    "test.ts",
-    "**/*.spec.ts"
   ]
 }
\ No newline at end of file