diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-11-19 16:16:12 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-11-19 16:16:12 +0100 |
commit | d9297f3dfddd5c7b072b46dee984251e3202ad75 (patch) | |
tree | 09e6f9e9e169e554d966b8a805f9fdf6a77ca2f3 /tsconfig.json | |
parent | 87aa0f65c358773392d0c33c82fa040d466845a9 (diff) |
work on CLI
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index 820dd560a..e190e14b7 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -40,6 +40,7 @@ "src/db.ts", "src/dbTypes.ts", "src/headless/bank.ts", + "src/headless/clk.ts", "src/headless/helpers.ts", "src/headless/integrationtest.ts", "src/headless/merchant.ts", |