diff options
author | Florian Dold <florian.dold@gmail.com> | 2017-06-04 19:27:50 +0200 |
---|---|---|
committer | Florian Dold <florian.dold@gmail.com> | 2017-06-04 19:27:50 +0200 |
commit | 55a1b25ea2312f2e0bd476513015b952ace914dd (patch) | |
tree | 5bdfdda20eeec9751bb0b545a64105b73136ec0c /tsconfig.json | |
parent | 4d70795c98cb78fbbd5473071a0365bdeb406312 (diff) |
Add libtool version comparison module and tests
Diffstat (limited to 'tsconfig.json')
-rw-r--r-- | tsconfig.json | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tsconfig.json b/tsconfig.json index dee558cf1..7bcf7d495 100644 --- a/tsconfig.json +++ b/tsconfig.json @@ -39,6 +39,8 @@ "src/http.ts", "src/i18n.tsx", "src/i18n/strings.ts", + "src/libtoolVersion-test.ts", + "src/libtoolVersion.ts", "src/logging.ts", "src/memidb-test.ts", "src/memidb.ts", |