taler-typescript-core

Wallet core logic and WebUIs for various components
Log | Files | Refs | Submodules | README | LICENSE

commit 32212319f7e6090d310bc141ee45029de77e536f
parent 5fb9dae13cf154dfe73aa3c62bc94ccb45f0c8d1
Author: Florian Dold <florian.dold@gmail.com>
Date:   Mon, 10 Aug 2020 12:09:39 +0530

project reference

Diffstat:
Mpackages/taler-integrationtests/tsconfig.json | 5++++-
1 file changed, 4 insertions(+), 1 deletion(-)

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