Merge pull request #5604 from Microsoft/updateversion

Update version to 1.7.4
This commit is contained in:
Yui
2015-11-10 18:00:29 -08:00
+1 -1
View File
@@ -12,7 +12,7 @@ namespace ts {
let emptyArray: any[] = [];
export const version = "1.7.2";
export const version = "1.7.4";
export function findConfigFile(searchPath: string): string {
let fileName = "tsconfig.json";