summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--packages/taler-integrationtests/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/taler-integrationtests/tsconfig.json b/packages/taler-integrationtests/tsconfig.json
index 07e8ab0bf..9fa8001a8 100644
--- a/packages/taler-integrationtests/tsconfig.json
+++ b/packages/taler-integrationtests/tsconfig.json
@@ -25,7 +25,10 @@
},
"references": [
{
- "path": "../idb-bridge/"
+ "path": "../idb-bridge/",
+ },
+ {
+ "path": "../taler-wallet-core"
}
],
"include": ["src/**/*"]