typescript-language-server

v0.7.1
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

  • Apache-2.0
  • Whatever
  • TypeFox and others
  • released 11/10/2021

Downloads