summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-core/tsconfig.json')
-rw-r--r--packages/taler-wallet-core/tsconfig.json5
1 files changed, 4 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/tsconfig.json b/packages/taler-wallet-core/tsconfig.json
index e3bfd31a7..c8f5c23b2 100644
--- a/packages/taler-wallet-core/tsconfig.json
+++ b/packages/taler-wallet-core/tsconfig.json
@@ -26,7 +26,10 @@
"references": [
{
"path": "../idb-bridge/"
+ },
+ {
+ "path": "../taler-util/"
}
],
- "include": ["src/**/*"],
+ "include": ["src/**/*"]
}