chore: upgrade to TypeScript 3.0.1 (#3024)

This commit is contained in:
Joel Einbinder
2018-08-06 11:31:33 -07:00
committed by Andrey Lushnikov
parent 25632133e2
commit 2e0007669d
16 changed files with 67 additions and 25 deletions

View File

@@ -14,4 +14,4 @@ class TaskQueue {
}
}
module.exports = TaskQueue;
module.exports = {TaskQueue};