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:
Nathan Shively-Sanders 2020-02-25 12:49:53 -08:00 committed by GitHub
parent 040be0b1cc
commit 96183e970d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
2 changed files with 2 additions and 2 deletions

View File

@ -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');

View File

@ -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" />