Allow typescript to be importable in node.

This commit is contained in:
Daniel Rosenwasser 2014-12-10 14:38:14 -08:00
parent 997aadb902
commit 978ac26eff

View file

@ -25,7 +25,7 @@
"url" : "https://github.com/Microsoft/TypeScript.git"
},
"preferGlobal" : true,
"main" : "./bin/tsc.js",
"main" : "./bin/typescriptServices.js",
"bin" : {
"tsc" : "./bin/tsc"
},