From 345f0fbe5cdaa71af067c7072537f1823fe4ada5 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Fri, 10 Dec 2021 09:12:21 +1100 Subject: feat(cli): update to TypeScript 4.5 (#12410) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- ext/web/internal.d.ts | 2 ++ ext/web/lib.deno_web.d.ts | 2 +- 2 files changed, 3 insertions(+), 1 deletion(-) (limited to 'ext/web') diff --git a/ext/web/internal.d.ts b/ext/web/internal.d.ts index 89fdbacf3..48bbb9d2b 100644 --- a/ext/web/internal.d.ts +++ b/ext/web/internal.d.ts @@ -1,5 +1,7 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. +// deno-lint-ignore-file no-var + /// /// diff --git a/ext/web/lib.deno_web.d.ts b/ext/web/lib.deno_web.d.ts index f388fba0c..3cdc2bea6 100644 --- a/ext/web/lib.deno_web.d.ts +++ b/ext/web/lib.deno_web.d.ts @@ -1,6 +1,6 @@ // Copyright 2018-2021 the Deno authors. All rights reserved. MIT license. -// deno-lint-ignore-file no-explicit-any +// deno-lint-ignore-file no-explicit-any no-var /// /// -- cgit v1.2.3