diff options
author | Florian Dold <florian.dold@gmail.com> | 2016-10-17 15:58:36 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2016-10-17 15:58:36 +0200 |
commit | 8c0c4b5331d3cb467bb24c253fae3ca623ba5205 (patch) | |
tree | 755247f130c627a093e6e01894d103bceef18312 /tsconfig.json | |
parent | 6262af4ad73763e736bfb96a88c5d66e0ec51532 (diff) |
automatic refresh
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tsconfig.json b/tsconfig.json index fa6cde6d3..e9efcb50c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -13,8 +13,10 @@ "noImplicitAny": true }, "files": [ + "lib/components.ts", + "test/tests/taler.ts", + "lib/refs.d.ts", "lib/i18n.ts", - "lib/refs.ts", "lib/shopApi.ts", "lib/taler-wallet-lib.ts", "lib/wallet/checkable.ts", @@ -38,7 +40,6 @@ "pages/show-db.ts", "pages/confirm-contract.tsx", "pages/confirm-create-reserve.tsx", - "pages/tree.tsx", - "test/tests/taler.ts" + "pages/tree.tsx" ] }
\ No newline at end of file |