Add toolsversion to shim so we can read it from VS.

This commit is contained in:
Paul van Brenk 2015-03-17 15:26:55 -07:00
parent 42a0c34641
commit 667bc03db2

View File

@ -833,3 +833,5 @@ module ts {
module TypeScript.Services {
export var TypeScriptServicesFactory = ts.TypeScriptServicesFactory;
}
let toolsVerions = "1.4.3.0";