Skip to content

Commit 978ac26

Browse files
Allow typescript to be importable in node.
1 parent 997aadb commit 978ac26

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -25,7 +25,7 @@
2525
"url" : "https://github.com/Microsoft/TypeScript.git"
2626
},
2727
"preferGlobal" : true,
28-
"main" : "./bin/tsc.js",
28+
"main" : "./bin/typescriptServices.js",
2929
"bin" : {
3030
"tsc" : "./bin/tsc"
3131
},

0 commit comments

Comments
 (0)