Code Review
/
ccsdk
/
cds.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
review
|
tree
raw
|
patch
| inline |
side by side
(parent:
837f849
)
Added Expirimental decorators support
93/83593/1
author
Arundathi Patil
<arundpil@in.ibm.com>
Thu, 28 Mar 2019 10:41:33 +0000
(16:11 +0530)
committer
IBM602-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
patch
|
blob
|
history
diff --git
a/cds-ui/server/tsconfig.json
b/cds-ui/server/tsconfig.json
index
eb96bb5
..
e042793
100644
(file)
--- 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
+ }
}