From 50603eda5cd5a8956849f3f217232e5253aec360 Mon Sep 17 00:00:00 2001 From: Wesley Wigham Date: Mon, 9 Dec 2019 16:48:00 -0800 Subject: [PATCH] Add ts namespace reference to tsc, since it now doesnt have one --- src/tsc/tsc.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/tsc/tsc.ts b/src/tsc/tsc.ts index 17c45fbf0d0..20c270a5b61 100644 --- a/src/tsc/tsc.ts +++ b/src/tsc/tsc.ts @@ -1,3 +1,4 @@ +namespace ts {} // empty ts module so the module migration script knows this file depends on the `ts` project namespace // This file actually uses arguments passed on commandline and executes it ts.executeCommandLine( ts.sys,