mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-06-05 20:02:05 +08:00
yeoman-generator: Update required TypeScript version (#24567)
This commit is contained in:
2
types/yeoman-generator/index.d.ts
vendored
2
types/yeoman-generator/index.d.ts
vendored
@@ -4,7 +4,7 @@
|
||||
// Jay Anslow <https://github.com/janslow>
|
||||
// Ika <https://github.com/ikatyang>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import { EventEmitter } from 'events';
|
||||
import * as inquirer from 'inquirer';
|
||||
|
||||
2
types/yeoman-test/index.d.ts
vendored
2
types/yeoman-test/index.d.ts
vendored
@@ -2,7 +2,7 @@
|
||||
// Project: https://github.com/yeoman/yeoman-test
|
||||
// Definitions by: Ika <https://github.com/ikatyang>
|
||||
// Definitions: https://github.com/DefinitelyTyped/DefinitelyTyped
|
||||
// TypeScript Version: 2.2
|
||||
// TypeScript Version: 2.3
|
||||
|
||||
import { EventEmitter } from 'events';
|
||||
import Generator = require('yeoman-generator');
|
||||
|
||||
Reference in New Issue
Block a user