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/**/*"]