Merge pull request #5293 from Microsoft/bumpTo1.8

Bump version number to 1.8
This commit is contained in:
Daniel Rosenwasser
2015-10-16 18:00:09 -07:00
13 changed files with 43104 additions and 40378 deletions

View File

@@ -12,7 +12,7 @@ namespace ts {
let emptyArray: any[] = [];
export const version = "1.7.0";
export const version = "1.8.0";
export function findConfigFile(searchPath: string): string {
let fileName = "tsconfig.json";