From 6c42ded0970826aaf424f3ae572cb35a4ff212dc Mon Sep 17 00:00:00 2001 From: Kitson Kelly Date: Sat, 6 Oct 2018 00:13:22 +1000 Subject: Hide compiler module (#909) Fixes #876 --- js/tsconfig.declarations.json | 1 - 1 file changed, 1 deletion(-) (limited to 'js/tsconfig.declarations.json') diff --git a/js/tsconfig.declarations.json b/js/tsconfig.declarations.json index c4aec8ee0..6371182b6 100644 --- a/js/tsconfig.declarations.json +++ b/js/tsconfig.declarations.json @@ -13,7 +13,6 @@ }, "files": [ "../node_modules/typescript/lib/lib.esnext.d.ts", - "./compiler.ts", "./deno.ts", "./globals.ts" ] -- cgit v1.2.3