summaryrefslogtreecommitdiff
path: root/cli/tsc.rs
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2022-03-02 07:44:43 +1100
committerGitHub <noreply@github.com>2022-03-02 07:44:43 +1100
commit7fc5bfe51b7d405aaa5293ec6f1a8f1e9119aea2 (patch)
tree440bd7c939407adc69bedfb678ee16538353073e /cli/tsc.rs
parent4be0365fb8251a8614f16e6162f4f43c9885d2a3 (diff)
feat(cli): update to TypeScript 4.6.2 (#13474)
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r--cli/tsc.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/cli/tsc.rs b/cli/tsc.rs
index bff2f3404..421d95dc5 100644
--- a/cli/tsc.rs
+++ b/cli/tsc.rs
@@ -96,6 +96,7 @@ pub(crate) static STATIC_ASSETS: Lazy<HashMap<&'static str, &'static str>> =
("lib.es2019.full.d.ts", inc!("lib.es2019.full.d.ts")),
("lib.es2020.full.d.ts", inc!("lib.es2020.full.d.ts")),
("lib.es2021.full.d.ts", inc!("lib.es2021.full.d.ts")),
+ ("lib.es2022.full.d.ts", inc!("lib.es2022.full.d.ts")),
("lib.esnext.full.d.ts", inc!("lib.esnext.full.d.ts")),
("lib.scripthost.d.ts", inc!("lib.scripthost.d.ts")),
("lib.webworker.d.ts", inc!("lib.webworker.d.ts")),