From 5e7128ed9e587937480f8c85fb3796c90d7dbf01 Mon Sep 17 00:00:00 2001 From: Arundathi Patil Date: Thu, 28 Mar 2019 16:11:33 +0530 Subject: Added Expirimental decorators support 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 --- cds-ui/server/tsconfig.json | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'cds-ui/server/tsconfig.json') diff --git a/cds-ui/server/tsconfig.json b/cds-ui/server/tsconfig.json index eb96bb53c..e042793b2 100644 --- a/cds-ui/server/tsconfig.json +++ b/cds-ui/server/tsconfig.json @@ -10,5 +10,8 @@ "node_modules/**", "packages/*/node_modules/**", "**/*.d.ts" - ] + ], + "compilerOptions": { + "experimentalDecorators": true + } } -- cgit 1.2.3-korg