diff options
author | Florian Dold <florian.dold@gmail.com> | 2019-12-16 16:59:09 +0100 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2019-12-16 17:00:46 +0100 |
commit | c2ee8fd9ab6754275d7423152681236a46cf36a9 (patch) | |
tree | c7306f6575f89e3b66226fdaf7af342b0dc973c2 /tsconfig.json | |
parent | 35a7b76a7d935dc2c749fd39ac80c6af1096b795 (diff) |
cleanup, avoid some circular deps
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 ab2c42e1a..209721e7c 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -59,6 +59,7 @@ "src/operations/return.ts", "src/operations/state.ts", "src/operations/tip.ts", + "src/operations/versions.ts", "src/operations/withdraw.ts", "src/types/ReserveStatus.ts", "src/types/ReserveTransaction.ts", |