summaryrefslogtreecommitdiff
path: root/cli/dts/lib.esnext.d.ts
diff options
context:
space:
mode:
authorKitson Kelly <me@kitsonkelly.com>2021-05-28 09:33:11 +1000
committerGitHub <noreply@github.com>2021-05-28 09:33:11 +1000
commit59237d195f6afa0d8927128751ba5ff4562d7cce (patch)
tree0aa28aff006eea751752e6160093f7631e99ad49 /cli/dts/lib.esnext.d.ts
parent56f6e57438c23f75e23e28f45ad0f76b94379d59 (diff)
feat(cli): upgrade to TypeScript 4.3 (#9960)
Diffstat (limited to 'cli/dts/lib.esnext.d.ts')
-rw-r--r--cli/dts/lib.esnext.d.ts5
1 files changed, 1 insertions, 4 deletions
diff --git a/cli/dts/lib.esnext.d.ts b/cli/dts/lib.esnext.d.ts
index ae7aaecd7..f1a4c7e14 100644
--- a/cli/dts/lib.esnext.d.ts
+++ b/cli/dts/lib.esnext.d.ts
@@ -18,8 +18,5 @@ and limitations under the License.
/// <reference no-default-lib="true"/>
-/// <reference lib="es2020" />
+/// <reference lib="es2021" />
/// <reference lib="esnext.intl" />
-/// <reference lib="esnext.string" />
-/// <reference lib="esnext.promise" />
-/// <reference lib="esnext.weakref" />