Make version const

This commit is contained in:
Mohamed Hegazy 2015-04-09 14:18:43 -07:00
parent 9fdeffeb08
commit e30f0d4ae6

View File

@ -8,7 +8,7 @@ module ts {
/* @internal */ export let ioWriteTime = 0;
/** The version of the TypeScript compiler release */
export let version = "1.5.0";
export const version = "1.5.0";
export function findConfigFile(searchPath: string): string {
var fileName = "tsconfig.json";