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