Update version

This commit is contained in:
Mohamed Hegazy
2016-01-25 17:08:15 -08:00
parent 6febe3b503
commit add91052bb
3 changed files with 3 additions and 3 deletions

View File

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