summaryrefslogtreecommitdiffstats
path: root/usecaseui-portal/tsconfig.json
diff options
context:
space:
mode:
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"
],