mirror of
https://github.com/microsoft/TypeScript.git
synced 2026-03-01 21:00:17 -06:00
wire package.json command for the server
This commit is contained in:
parent
0963644089
commit
ee3ee05cc4
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"
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user