summaryrefslogtreecommitdiff
path: root/tsconfig.json
diff options
context:
space:
mode:
authorFlorian Dold <florian.dold@gmail.com>2019-12-15 19:04:14 +0100
committerFlorian Dold <florian.dold@gmail.com>2019-12-15 19:04:14 +0100
commit857c0ab4cd2253a0e1d53e3372a1ff1565cb4150 (patch)
tree1284cef3d992ce767baee0a4788214b7f474a3ba /tsconfig.json
parent7cc3b10824683c601a9051ef98e7c1478a801db8 (diff)
downloadwallet-core-857c0ab4cd2253a0e1d53e3372a1ff1565cb4150.tar.gz
wallet-core-857c0ab4cd2253a0e1d53e3372a1ff1565cb4150.tar.bz2
wallet-core-857c0ab4cd2253a0e1d53e3372a1ff1565cb4150.zip
introduce refund groups, react correctly to 410 Gone for /refund
Diffstat (limited to 'tsconfig.json')
-rw-r--r--tsconfig.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json
index 43ccd7e21..81e529fad 100644
--- a/tsconfig.json
+++ b/tsconfig.json
@@ -54,6 +54,7 @@
"src/operations/payback.ts",
"src/operations/pending.ts",
"src/operations/refresh.ts",
+ "src/operations/refund.ts",
"src/operations/reserves.ts",
"src/operations/return.ts",
"src/operations/state.ts",