Seed project for ccsdk-cds GUI

Added seed project for ccsdk-cds GUI. Implemented in angular 7.1.0 and
created using angular cli 7.1.0

Issue-ID: CCSDK-816
Change-Id: Ia8690902f7c31a3eae6ba78bc91c8ed3dd500ff0
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
diff --git a/cds-ui/client/src/tsconfig.app.json b/cds-ui/client/src/tsconfig.app.json
new file mode 100644
index 0000000..190fd30
--- /dev/null
+++ b/cds-ui/client/src/tsconfig.app.json
@@ -0,0 +1,11 @@
+{
+  "extends": "../tsconfig.json",
+  "compilerOptions": {
+    "outDir": "../out-tsc/app",
+    "types": []
+  },
+  "exclude": [
+    "test.ts",
+    "**/*.spec.ts"
+  ]
+}