gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[taler-wallet-core] 01/02: add typescript build task


From: gnunet
Subject: [taler-wallet-core] 01/02: add typescript build task
Date: Thu, 20 Aug 2020 10:25:17 +0200

This is an automated email from the git hooks/post-receive script.

dold pushed a commit to branch master
in repository wallet-core.

commit 4c296c9c5f5bf10f4c3d61d84a354749b302a18a
Author: Florian Dold <florian.dold@gmail.com>
AuthorDate: Thu Aug 20 13:54:52 2020 +0530

    add typescript build task
---
 .vscode/tasks.json  |  7 +++++--
 tsconfig.build.json | 21 +++++++++++++++++++++
 2 files changed, 26 insertions(+), 2 deletions(-)

diff --git a/.vscode/tasks.json b/.vscode/tasks.json
index 0799db9a..00c61e8a 100644
--- a/.vscode/tasks.json
+++ b/.vscode/tasks.json
@@ -5,11 +5,14 @@
     "tasks": [
         {
             "type": "typescript",
-            "tsconfig": "tsconfig.json",
+            "tsconfig": "tsconfig.build.json",
             "problemMatcher": [
                 "$tsc"
             ],
-            "group": "build"
+            "group": {
+                "kind": "build",
+                "isDefault": true,
+            },
         }
     ]
 }
\ No newline at end of file
diff --git a/tsconfig.build.json b/tsconfig.build.json
new file mode 100644
index 00000000..6755b8e8
--- /dev/null
+++ b/tsconfig.build.json
@@ -0,0 +1,21 @@
+{
+  "compileOnSave": true,
+  "compilerOptions": {
+    "composite": true,
+  },
+  "references": [
+    {
+      "path": "packages/idb-bridge/"
+    },
+    {
+      "path": "packages/taler-wallet-core/"
+    },
+    {
+      "path": "packages/taler-integrationtests"
+    },
+    {
+      "path": "packages/taler-wallet-cli"
+    }
+  ],
+  "files": []
+}

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

[Prev in Thread] Current Thread [Next in Thread]