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.
2 parents 9b84247 + 0ad4de1 commit 0497149Copy full SHA for 0497149
src/compiler/program.ts
@@ -12,7 +12,7 @@ namespace ts {
12
13
let emptyArray: any[] = [];
14
15
- export const version = "1.7.2";
+ export const version = "1.7.4";
16
17
export function findConfigFile(searchPath: string): string {
18
let fileName = "tsconfig.json";
0 commit comments