summaryrefslogtreecommitdiff
path: root/tsconfig.build.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2021-01-12 20:04:16 +0100
committerFlorian Dold <florian@dold.me>2021-01-12 20:04:16 +0100
commita5681579fbddb001f5b7118fe705c6643581c722 (patch)
treec8bd46e6bf7a5c97ee3db676eae9405bfdf4d2b2 /tsconfig.build.json
parent6772c5479394cbdf404857f75263749a5c91bd41 (diff)
downloadwallet-core-a5681579fbddb001f5b7118fe705c6643581c722.tar.gz
wallet-core-a5681579fbddb001f5b7118fe705c6643581c722.tar.bz2
wallet-core-a5681579fbddb001f5b7118fe705c6643581c722.zip
make integration tests part of taler-wallet-cli
Diffstat (limited to 'tsconfig.build.json')
-rw-r--r--tsconfig.build.json5
1 files changed, 1 insertions, 4 deletions
diff --git a/tsconfig.build.json b/tsconfig.build.json
index 6755b8e80..6db804a34 100644
--- a/tsconfig.build.json
+++ b/tsconfig.build.json
@@ -1,7 +1,7 @@
{
"compileOnSave": true,
"compilerOptions": {
- "composite": true,
+ "composite": true
},
"references": [
{
@@ -11,9 +11,6 @@
"path": "packages/taler-wallet-core/"
},
{
- "path": "packages/taler-integrationtests"
- },
- {
"path": "packages/taler-wallet-cli"
}
],