diff options
author | Kitson Kelly <me@kitsonkelly.com> | 2022-03-02 07:44:43 +1100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-03-02 07:44:43 +1100 |
commit | 7fc5bfe51b7d405aaa5293ec6f1a8f1e9119aea2 (patch) | |
tree | 440bd7c939407adc69bedfb678ee16538353073e /cli/tsc.rs | |
parent | 4be0365fb8251a8614f16e6162f4f43c9885d2a3 (diff) |
feat(cli): update to TypeScript 4.6.2 (#13474)
Diffstat (limited to 'cli/tsc.rs')
-rw-r--r-- | cli/tsc.rs | 1 |
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")), |