feat(cli): update to TypeScript 4.5 (#12410)

Co-authored-by: Bartek Iwańczuk <biwanczuk@gmail.com>
This commit is contained in:
Kitson Kelly 2021-12-10 09:12:21 +11:00 committed by GitHub
parent a3d024ac2e
commit 345f0fbe5c
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
56 changed files with 15019 additions and 13011 deletions

View file

@ -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
/// <reference no-default-lib="true" />
/// <reference lib="esnext" />