typescript-language-server

v0.6.3
Language Server Protocol (LSP) implementation for TypeScript using tsserver

clean

rimraf lib *.tsbuildinfo

test

mocha --exit --reporter spec "./lib/**/*.spec.js"

lint

eslint --ext ".js,.ts" src

build

concurrently -n compile,lint -c blue,green "yarn compile" "yarn lint"

compile

tsc -b

watch

tsc -b --watch --verbose

Metadata

Downloads