summaryrefslogtreecommitdiff
path: root/packages/taler-wallet-cli/tsconfig.json
diff options
context:
space:
mode:
Diffstat (limited to 'packages/taler-wallet-cli/tsconfig.json')
-rw-r--r--packages/taler-wallet-cli/tsconfig.json10
1 files changed, 5 insertions, 5 deletions
diff --git a/packages/taler-wallet-cli/tsconfig.json b/packages/taler-wallet-cli/tsconfig.json
index 945161176..4b46790c8 100644
--- a/packages/taler-wallet-cli/tsconfig.json
+++ b/packages/taler-wallet-cli/tsconfig.json
@@ -2,11 +2,11 @@
"compileOnSave": true,
"compilerOptions": {
"composite": true,
- "target": "ES2018",
- "module": "ESNext",
- "moduleResolution": "node",
+ "target": "ES2020",
+ "module": "Node16",
+ "moduleResolution": "Node16",
"sourceMap": true,
- "lib": ["es6"],
+ "lib": ["ES2020"],
"noImplicitReturns": true,
"noFallthroughCasesInSwitch": true,
"strict": true,
@@ -21,7 +21,7 @@
"baseUrl": "./src",
"typeRoots": ["./node_modules/@types"]
},
- "include": ["src/**/*"],
+ "include": ["src/**/*", "../taler-util/src/twrpc.ts"],
"references": [
{
"path": "../taler-wallet-core/"