mirror of
https://github.com/gosticks/DefinitelyTyped.git
synced 2025-10-16 12:05:41 +00:00
Increase minimum TS version: (#42627)
1. Dependencies of dts-generator use syntax from TS 3.4 (`as const` perhaps?) 2. Dependencies of mongoose-sequence use `unknown` from TS 3.0.
This commit is contained in:
parent
040be0b1cc
commit
96183e970d
2
types/dts-generator/index.d.ts
vendored
2
types/dts-generator/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/SitePen/dts-generator#readme
|
||||
// Definitions by: Matt Traynham <https://github.com/mtraynham>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 3.2
|
||||
// TypeScript Version: 3.4
|
||||
|
||||
import ts = require('typescript');
|
||||
import Bluebird = require('bluebird');
|
||||
|
||||
2
types/mongoose-sequence/index.d.ts
vendored
2
types/mongoose-sequence/index.d.ts
vendored
@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/ramiel/mongoose-sequence
|
||||
// Definitions by: Linus Brolin <https://github.com/linusbrolin>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.3
|
||||
// TypeScript Version: 3.0
|
||||
|
||||
/// <reference types="mongoose" />
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user