Add typescript version dependency.

This commit is contained in:
shrey
2018-03-06 14:49:40 -05:00
parent c8f7a59cc8
commit 2e08f2c2b9

View File

@@ -2,6 +2,7 @@
// Project: https://github.com/villadora/express-bunyan-logger
// Definitions by: Shrey Jain <https://github.com/shreyjain1994>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.2
import Bunyan = require('bunyan');
import express = require('express');