diff options
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 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" /> |