Update version

This commit is contained in:
Mohamed Hegazy
2016-01-28 14:17:38 -08:00
parent 8aac715f11
commit 15bc82c24c
2 changed files with 2 additions and 2 deletions

View File

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