Skip to content
angelozerr edited this page Apr 8, 2016 · 4 revisions

Configure Node.js

TypeScript server, compiler requires a node.js. You can use

  • the embedded node.js if you don't want to install node.js
  • or choose your installed node.js.

Configure Node

Configure TypeScript

TypeScript provides:

  • a server with tsserver for completion, hyperlink.
  • a compiler with tsc to compile *.ts files to *.js files.

You can use

  • the embedded TypeScript.
  • or choose your typescript (npm install typescript in your project)

Server

Configure TypeScript Server

Compiler

Configure TypeScript Compiler