From 73e89844bab930f2a2821b059743faed8372ed14 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 20 Sep 2022 07:00:01 +1000 Subject: feat(cli): update to TypeScript 4.8 (#15064) --- cli/dts/lib.es2022.error.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'cli/dts/lib.es2022.error.d.ts') diff --git a/cli/dts/lib.es2022.error.d.ts b/cli/dts/lib.es2022.error.d.ts index d97525dcc..4b16e0912 100644 --- a/cli/dts/lib.es2022.error.d.ts +++ b/cli/dts/lib.es2022.error.d.ts @@ -19,11 +19,11 @@ and limitations under the License. interface ErrorOptions { - cause?: Error; + cause?: unknown; } interface Error { - cause?: Error; + cause?: unknown; } interface ErrorConstructor { -- cgit v1.2.3