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/dts/lib.esnext.d.ts | |
parent | 4be0365fb8251a8614f16e6162f4f43c9885d2a3 (diff) |
feat(cli): update to TypeScript 4.6.2 (#13474)
Diffstat (limited to 'cli/dts/lib.esnext.d.ts')
-rw-r--r-- | cli/dts/lib.esnext.d.ts | 5 |
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/dts/lib.esnext.d.ts b/cli/dts/lib.esnext.d.ts index 0e23bff0f..9605d2f9e 100644 --- a/cli/dts/lib.esnext.d.ts +++ b/cli/dts/lib.esnext.d.ts @@ -18,9 +18,6 @@ and limitations under the License. /// <reference no-default-lib="true"/> -/// <reference lib="es2021" /> +/// <reference lib="es2022" /> /// <reference lib="esnext.array" /> -/// <reference lib="esnext.error" /> /// <reference lib="esnext.intl" /> -/// <reference lib="esnext.object" /> -/// <reference lib="esnext.string" /> |