From 60b53fd6b6dc2af83a64c332b9f3a1926f43d631 Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Tue, 21 Jan 2020 01:30:30 +1100 Subject: Use globalThis to reference global scope (#3719) MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Co-authored-by: Bartek IwaƄczuk --- deno_typescript/compiler_main.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'deno_typescript/compiler_main.js') diff --git a/deno_typescript/compiler_main.js b/deno_typescript/compiler_main.js index 5cf44b689..94b38e070 100644 --- a/deno_typescript/compiler_main.js +++ b/deno_typescript/compiler_main.js @@ -144,7 +144,7 @@ class Host { * @param {ts.CompilerOptions} _options */ getDefaultLibFileName(_options) { - return "lib.deno_core.d.ts"; + return "lib.esnext.d.ts"; } getDefaultLibLocation() { -- cgit v1.2.3