aboutsummaryrefslogtreecommitdiff
path: root/packages/taler-wallet-core/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian@dold.me>2022-03-08 19:19:29 +0100
committerFlorian Dold <florian@dold.me>2022-03-08 19:19:29 +0100
commit1d1c847b793620acf3a2b193ab45eabf53234cb2 (patch)
tree7fa92e8a3e7cdc911168f7546b563af10b9535ee /packages/taler-wallet-core/tsconfig.json
parentd0376d9e685a0e4920ec75b6e7ab176fa148aa4e (diff)
downloadwallet-core-1d1c847b793620acf3a2b193ab45eabf53234cb2.tar.xz
wallet: throttle all http requests
even from browsers / service workers
Diffstat (limited to 'packages/taler-wallet-core/tsconfig.json')
-rw-r--r--packages/taler-wallet-core/tsconfig.json2
1 files changed, 1 insertions, 1 deletions
diff --git a/packages/taler-wallet-core/tsconfig.json b/packages/taler-wallet-core/tsconfig.json
index 3da332364..c3366373e 100644
--- a/packages/taler-wallet-core/tsconfig.json
+++ b/packages/taler-wallet-core/tsconfig.json
@@ -21,7 +21,7 @@
"esModuleInterop": true,
"importHelpers": true,
"rootDir": "./src",
- "typeRoots": ["./node_modules/@types"],
+ "typeRoots": ["./node_modules/@types"]
},
"references": [
{