Change TypeScript version back to 2.2 as it causes error in other package

This commit is contained in:
Mick Charuwichitratana 2017-12-14 12:04:07 +07:00
parent 6e8f01c669
commit 65521da511
2 changed files with 2 additions and 2 deletions

View File

@ -5,7 +5,7 @@
// Kacper Polak <https://github.com/kacepe>
// Satana Charuwichitratana <https://github.com/micksatana>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
// TypeScript Version: 2.2
// This extracts the core definitions from express to prevent a circular dependency between express and serve-static
/// <reference types="node" />

View File

@ -2,7 +2,7 @@
// Project: http://expressjs.com
// Definitions by: Boris Yankov <https://github.com/borisyankov>
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
// TypeScript Version: 2.4
// TypeScript Version: 2.2
/* =================== USAGE ===================