diff options
author | Trivikram Kamat <16024985+trivikr@users.noreply.github.com> | 2021-02-09 14:27:38 -0800 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-02-09 23:27:38 +0100 |
commit | ffe12aa92d434b141bbfc6a76036815461c0ac4a (patch) | |
tree | c2a2de56564d0157e18fe5a8505dc85d5fa9ef22 /cli/tsc | |
parent | 900953a65a7cb54eb8d11eba4a30e52da7dbb469 (diff) |
chore: bump TypeScript to 4.1.4 (#9459)
Diffstat (limited to 'cli/tsc')
-rw-r--r-- | cli/tsc/00_typescript.js | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/cli/tsc/00_typescript.js b/cli/tsc/00_typescript.js index a82924388..6395529b6 100644 --- a/cli/tsc/00_typescript.js +++ b/cli/tsc/00_typescript.js @@ -288,7 +288,7 @@ var ts; // If changing the text in this section, be sure to test `configurePrerelease` too. ts.versionMajorMinor = "4.1"; /** The version of the TypeScript compiler release */ - ts.version = "4.1.3"; + ts.version = "4.1.4"; /* @internal */ var Comparison; (function (Comparison) { |