summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/tsconfig.json
diff options
context:
space:
mode:
authorwangyuerg <wangyuerg@chinamobile.com>2020-08-14 17:00:59 +0800
committerwangyuerg <wangyuerg@chinamobile.com>2020-08-14 17:01:14 +0800
commit41c97123b5feff19746c4e375ae024d1fbb50932 (patch)
tree2716094272f6f70e214cfa7ec28b0717dee5cb21 /usecaseui-portal/tsconfig.json
parent17c96fb7c91a56eb60ae91f932333eb13c3e3638 (diff)
fix:fix the bug of 5G slicing-task-model
Change-Id: I2584c38d74d5af5ed9e48614174e0771ddc717dc Signed-off-by: wangyuerg <wangyuerg@chinamobile.com> Issue-ID: USECASEUI-444
Diffstat (limited to 'usecaseui-portal/tsconfig.json')
-rw-r--r--usecaseui-portal/tsconfig.json2
1 files changed, 2 insertions, 0 deletions
diff --git a/usecaseui-portal/tsconfig.json b/usecaseui-portal/tsconfig.json
index 973577be..94f4fc06 100644
--- a/usecaseui-portal/tsconfig.json
+++ b/usecaseui-portal/tsconfig.json
@@ -9,6 +9,8 @@
"emitDecoratorMetadata": true,
"experimentalDecorators": true,
"target": "es5",
+ "skipLibCheck": true,
+ "allowSyntheticDefaultImports": true,
"typeRoots": [
"node_modules/@types"
],