commit 4e635f3a37b90da42c324efd2851ad5bdaa583b4
parent 122d7370e81f0df3f906de37187ade7e4ddb91c1
Author: Florian Dold <florian@dold.me>
Date: Mon, 27 Jan 2025 12:39:47 +0100
add missing project reference
Diffstat:
1 file changed, 5 insertions(+), 0 deletions(-)
diff --git a/packages/web-util/tsconfig.json b/packages/web-util/tsconfig.json
@@ -26,5 +26,10 @@
"rootDir": "./src",
"typeRoots": ["./node_modules/@types"]
},
+ "references": [
+ {
+ "path": "../taler-util/"
+ }
+ ],
"include": ["src/**/*"]
}