Update TypeScript Versions to be at least as high as dependencies' versions (#21288)

* Update `TypeScript Version`s to be at least as high as dependencies' versions

* Run through again
This commit is contained in:
Andy
2017-11-08 09:12:14 -08:00
committed by GitHub
parent e5620215b5
commit 954ee278de
325 changed files with 267 additions and 457 deletions

View File

@@ -2,6 +2,7 @@
// Project: https://github.com/koajs/basic-auth
// Definitions by: Tobias Wolff <https://github.com/Tobias4872>
// Definitions: https://github.com/Tobias4872/DefinitelyTyped
// TypeScript Version: 2.3
import * as Koa from "koa";