You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@streampipes.apache.org by ze...@apache.org on 2022/11/24 12:08:37 UTC

[streampipes] branch dev updated: [hotfix] Add tsconfig to fix ui build in github actions

This is an automated email from the ASF dual-hosted git repository.

zehnder pushed a commit to branch dev
in repository https://gitbox.apache.org/repos/asf/streampipes.git


The following commit(s) were added to refs/heads/dev by this push:
     new d9ae947a3 [hotfix] Add tsconfig to fix ui build in github actions
     new b69929063 Merge branch 'dev' of github.com:apache/streampipes into dev
d9ae947a3 is described below

commit d9ae947a3a0b759df7566b830ba086213c2a6e41
Author: Philipp Zehnder <ze...@fzi.de>
AuthorDate: Thu Nov 24 13:07:17 2022 +0100

    [hotfix] Add tsconfig to fix ui build in github actions
---
 ui/tsconfig.json | 1 +
 1 file changed, 1 insertion(+)

diff --git a/ui/tsconfig.json b/ui/tsconfig.json
index 85aa7a826..3fd3d5f7a 100644
--- a/ui/tsconfig.json
+++ b/ui/tsconfig.json
@@ -19,6 +19,7 @@
     "emitDecoratorMetadata": true,
     "experimentalDecorators": true,
     "target": "es2020",
+    "allowSyntheticDefaultImports": true,
     "typeRoots": [
       "node_modules/@types"
     ],