diff options
author | Florian Dold <florian.dold@gmail.com> | 2020-08-10 12:09:39 +0530 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2020-08-10 12:09:39 +0530 |
commit | 32212319f7e6090d310bc141ee45029de77e536f (patch) | |
tree | c115da3b99ce99d913504175b6dc385cc5c4385e | |
parent | 5fb9dae13cf154dfe73aa3c62bc94ccb45f0c8d1 (diff) |
project reference
-rw-r--r-- | packages/taler-integrationtests/tsconfig.json | 5 |
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/**/*"] |