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 8a8a412 commit b8b4c0fCopy full SHA for b8b4c0f
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "1.5.3",
+ "version": "1.6.0",
6
"license": "Apache-2.0",
7
"description": "TypeScript is a language for application scale JavaScript development",
8
"keywords": [
src/compiler/program.ts
@@ -8,7 +8,7 @@ namespace ts {
/* @internal */ export let ioWriteTime = 0;
9
10
/** The version of the TypeScript compiler release */
11
- export const version = "1.5.3";
+ export const version = "1.6.0";
12
13
export function findConfigFile(searchPath: string): string {
14
let fileName = "tsconfig.json";
0 commit comments