Added Expirimental decorators support 93/83593/1
authorArundathi Patil <arundpil@in.ibm.com>
Thu, 28 Mar 2019 10:41:33 +0000 (16:11 +0530)
committerIBM602-PC0F1E3C\Arundathi <arundpil@in.ibm.com>
Thu, 28 Mar 2019 10:41:42 +0000 (16:11 +0530)
Set ExpirimentalDecorators to true in tsconfig.json to remove the
decorators errors across the project

Issue-ID: CCSDK-1171
Change-Id: I6a25e0eb02800a3ad19fbf46e957f9683f246746
Signed-off-by: Arundathi Patil <arundpil@in.ibm.com>
cds-ui/server/tsconfig.json

index eb96bb5..e042793 100644 (file)
@@ -10,5 +10,8 @@
     "node_modules/**",
     "packages/*/node_modules/**",
     "**/*.d.ts"
-  ]
+  ],
+  "compilerOptions": {
+    "experimentalDecorators": true
+  }
 }