We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 486f0c1 commit 31aa1cfCopy full SHA for 31aa1cf
src/compiler/corePublic.ts
@@ -5,7 +5,7 @@ namespace ts {
5
// The following is baselined as a literal template type without intervention
6
/** The version of the TypeScript compiler release */
7
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
8
- export const version: string = `${versionMajorMinor}.0-dev`;
+ export const version = "4.2.2" as string;
9
10
/**
11
* Type of objects whose values are all of the same type.
0 commit comments