aboutsummaryrefslogtreecommitdiff
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.json4
1 files changed, 2 insertions, 2 deletions
diff --git a/packages/taler-harness/tsconfig.json b/packages/taler-harness/tsconfig.json
index d022b16e8..ece83a85f 100644
--- a/packages/taler-harness/tsconfig.json
+++ b/packages/taler-harness/tsconfig.json
@@ -3,10 +3,10 @@
"compilerOptions": {
"composite": true,
"target": "ES2018",
- "module": "ESNext",
+ "module": "Node16",
"moduleResolution": "Node16",
"sourceMap": true,
- "lib": ["es6"],
+ "lib": ["ES2020"],
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strict": true,