Update version to 1.7.4

This commit is contained in:
Yui T
2015-11-10 17:32:50 -08:00
parent 9b84247469
commit 0ad4de1518

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";