We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 616f638 + 83e8910 commit b180324Copy full SHA for b180324
src/compiler/program.ts
@@ -8,7 +8,7 @@ module ts {
8
/* @internal */ export let ioWriteTime = 0;
9
10
/** The version of the TypeScript compiler release */
11
- export let version = "1.5.0.0";
+ export let version = "1.5.0";
12
13
export function findConfigFile(searchPath: string): string {
14
var fileName = "tsconfig.json";
0 commit comments