Added comment.

This commit is contained in:
Daniel Rosenwasser 2014-12-02 15:16:09 -08:00
parent 55be530004
commit 636a466552

View file

@ -913,6 +913,8 @@ module ts {
}
}
// Here we expose the TypeScript services as an external module
// so that it may be consumed easily like a node module.
declare var module: any;
if (typeof module !== "undefined" && module.exports) {
module.exports = ts;