Allow typescript to be importable in node.

This commit is contained in:
Daniel Rosenwasser
2014-12-11 13:43:24 -08:00
parent 997aadb902
commit 978ac26eff
+1 -1
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"
},