File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 2
2
"name" : " typescript" ,
3
3
"author" : " Microsoft Corp." ,
4
4
"homepage" : " http://typescriptlang.org/" ,
5
- "version" : " 1.8 .0" ,
5
+ "version" : " 1.9 .0" ,
6
6
"license" : " Apache-2.0" ,
7
7
"description" : " TypeScript is a language for application scale JavaScript development" ,
8
8
"keywords" : [
Original file line number Diff line number Diff line change @@ -12,7 +12,7 @@ namespace ts {
12
12
13
13
const emptyArray : any [ ] = [ ] ;
14
14
15
- export const version = "1.8 .0" ;
15
+ export const version = "1.9 .0" ;
16
16
17
17
export function findConfigFile ( searchPath : string , fileExists : ( fileName : string ) => boolean ) : string {
18
18
let fileName = "tsconfig.json" ;
Original file line number Diff line number Diff line change @@ -1057,6 +1057,6 @@ namespace TypeScript.Services {
1057
1057
// TODO: it should be moved into a namespace though.
1058
1058
1059
1059
/* @internal */
1060
- const toolsVersion = "1.8 " ;
1060
+ const toolsVersion = "1.9 " ;
1061
1061
1062
1062
/* tslint:enable:no-unused-variable */
You can’t perform that action at this time.
0 commit comments