mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Change TypeScript version back to 2.2 as it causes error in other package
This commit is contained in:
parent
6e8f01c669
commit
65521da511
2
types/express-serve-static-core/index.d.ts
vendored
2
types/express-serve-static-core/index.d.ts
vendored
@ -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" />
|
||||
|
||||
2
types/express/index.d.ts
vendored
2
types/express/index.d.ts
vendored
@ -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 ===================
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user