Add ts namespace reference to tsc, since it now doesnt have one

This commit is contained in:
Wesley Wigham 2019-12-09 16:48:00 -08:00
parent a83b928b09
commit 50603eda5c
No known key found for this signature in database
GPG key ID: D59F87F60C5400C9

View file

@ -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,