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.
1 parent 631a9d8 commit 83e8910Copy full SHA for 83e8910
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