-
Notifications
You must be signed in to change notification settings - Fork 14
Configuration
angelozerr edited this page Apr 8, 2016
·
4 revisions
TypeScript server, compiler requires a node.js. You can use
- the
embedded node.jsif you don't want to install node.js - or choose
your installed node.js.

TypeScript provides:
- a server with
tsserverfor completion, hyperlink. - a compiler with
tscto compile*.tsfiles to*.jsfiles.
You can use
- the embedded TypeScript.
- or choose your typescript (npm install typescript in your project)


- TypeScript IDE
- New and Noteworthy