yeoman-generator: Update required TypeScript version (#24567)

This commit is contained in:
Andy
2018-03-27 13:43:37 -07:00
committed by GitHub
parent 043c74d8ea
commit 9ca4a519d1
2 changed files with 2 additions and 2 deletions

View File

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

View File

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