commit a109981752e5fe9e9862cf3d21169c350e264a78
parent cd8e87f72a21cef79b2c0349d07611fe68a3d45e
Author: Florian Dold <florian@dold.me>
Date: Tue, 25 Feb 2025 11:41:40 +0100
add missing cross-package dep
Diffstat:
1 file changed, 3 insertions(+), 0 deletions(-)
diff --git a/packages/merchant-backoffice-ui/tsconfig.json b/packages/merchant-backoffice-ui/tsconfig.json
@@ -19,6 +19,9 @@
"references": [
{
"path": "../taler-util/"
+ },
+ {
+ "path": "../web-util/"
}
],
"include": ["src/**/*", "tests/**/*"]