mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-05-07 17:29:36 -05:00
wire package.json command for the server
This commit is contained in:
2
bin/tsserver
Normal file
2
bin/tsserver
Normal file
@@ -0,0 +1,2 @@
|
||||
#!/usr/bin/env node
|
||||
require('./typescriptServer.js')
|
||||
@@ -27,7 +27,8 @@
|
||||
"preferGlobal": true,
|
||||
"main": "./bin/typescript.js",
|
||||
"bin": {
|
||||
"tsc": "./bin/tsc"
|
||||
"tsc": "./bin/tsc",
|
||||
"tsserver": "./bin/tsserver"
|
||||
},
|
||||
"engines": {
|
||||
"node": ">=0.8.0"
|
||||
|
||||
Reference in New Issue
Block a user