From 1b1ae65a4a2acd55ead86c17e388f10a0e08938d Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=BF=B7=E6=B8=A1?= Date: Thu, 19 Sep 2019 23:40:52 +0800 Subject: Make `window` compatible with ts 3.6 (#2984) --- cli/tests/types.out | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'cli/tests') diff --git a/cli/tests/types.out b/cli/tests/types.out index 2d5a39e64..6c17b0f90 100644 --- a/cli/tests/types.out +++ b/cli/tests/types.out @@ -10,5 +10,5 @@ declare interface Window { Deno: typeof Deno; } -declare const window: Window; +declare const window: Window & typeof globalThis; [WILDCARD] -- cgit v1.2.3