summaryrefslogtreecommitdiff
path: root/packages/taler-harness/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-harness/tsconfig.json')
-rw-r--r--packages/taler-harness/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-harness/tsconfig.json b/packages/taler-harness/tsconfig.json
index 3d0b501b3..0453aaff0 100644
--- a/packages/taler-harness/tsconfig.json
+++ b/packages/taler-harness/tsconfig.json
@@ -21,7 +21,7 @@
"baseUrl": "./src",
"typeRoots": ["./node_modules/@types"]
},
- "include": ["src/**/*", "../taler-util/src/merchant-api-types.ts"],
+ "include": ["src/**/*"],
"references": [
{
"path": "../taler-wallet-core/"