summaryrefslogtreecommitdiff
path: root/tsconfig.build.json
diff options
context:
space:
mode:
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"
}
],