summaryrefslogtreecommitdiff
path: root/packages/anastasis-webui/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2023-09-06 13:24:34 +0200
committerFlorian Dold <florian@dold.me>2023-09-06 13:24:34 +0200
commitb63937703ce1e269055497ee14ac90a28de2fc74 (patch)
treea2f9aa841b18f950028b34b17f88bf28c70dd5db /packages/anastasis-webui/tsconfig.json
parent7450bede5b5809f6a496b7e68852a454386850e5 (diff)
downloadwallet-core-b63937703ce1e269055497ee14ac90a28de2fc74.tar.gz
wallet-core-b63937703ce1e269055497ee14ac90a28de2fc74.tar.bz2
wallet-core-b63937703ce1e269055497ee14ac90a28de2fc74.zip
move bank API client to taler-util, update typescript config
Diffstat (limited to 'packages/anastasis-webui/tsconfig.json')
-rw-r--r--packages/anastasis-webui/tsconfig.json6
1 files changed, 3 insertions, 3 deletions
diff --git a/packages/anastasis-webui/tsconfig.json b/packages/anastasis-webui/tsconfig.json
index 642c34f5a..9e52f2b7e 100644
--- a/packages/anastasis-webui/tsconfig.json
+++ b/packages/anastasis-webui/tsconfig.json
@@ -1,11 +1,11 @@
{
"compilerOptions": {
/* Basic Options */
- "target": "ES5",
- "module": "ES6",
+ "target": "ES2020",
+ "module": "Node16",
"lib": [
"DOM",
- "ES2017"
+ "ES2020"
],
"allowJs": true /* Allow javascript files to be compiled. */,
// "checkJs": true, /* Report errors in .js files. */