-
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.js
if you don't want to install node.js - or choose
your installed node.js
.
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)
- TypeScript IDE
- New and Noteworthy