Fix version for 4.2.2.

This commit is contained in:
Daniel Rosenwasser 2021-02-23 02:35:56 +00:00 committed by GitHub
parent 486f0c142e
commit 31aa1cf93d

View File

@ -5,7 +5,7 @@ namespace ts {
// The following is baselined as a literal template type without intervention
/** The version of the TypeScript compiler release */
// eslint-disable-next-line @typescript-eslint/no-inferrable-types
export const version: string = `${versionMajorMinor}.0-dev`;
export const version = "4.2.2" as string;
/**
* Type of objects whose values are all of the same type.