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 5859003 commit e473d53Copy full SHA for e473d53
package.json
@@ -2,7 +2,7 @@
2
"name": "typescript",
3
"author": "Microsoft Corp.",
4
"homepage": "http://typescriptlang.org/",
5
- "version": "1.8.5",
+ "version": "1.8.9",
6
"license": "Apache-2.0",
7
"description": "TypeScript is a language for application scale JavaScript development",
8
"keywords": [
src/compiler/program.ts
@@ -12,7 +12,7 @@ namespace ts {
12
13
const emptyArray: any[] = [];
14
15
- export const version = "1.8.5";
+ export const version = "1.8.9";
16
17
export function findConfigFile(searchPath: string, fileExists: (fileName: string) => boolean): string {
18
let fileName = "tsconfig.json";
0 commit comments