Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings
angelozerr edited this pageNov 2, 2016 ·4 revisions

Configure Node.js

When you install TypeScript, you can benefit with:

  • a TypeScript servertsserver which consumesTypeScript Language API to provide services like completion, validation, hover, hyperlink for TypeScript files.
  • a TypeScript compilertsc to compile*.ts/*.tsx files to*.js/*.js.map files.

Those 2 command requiresnode.js.TypeScript IDE gives you the capability to use:

  • theembedded node.js (by default) if you don't want to install node.js
  • or chooseyour installed node.js.

To customize theNode.js version that you wish to use, you can do it with projectTypeScript / Node.js preference page:

Configure Node

Configure TypeScript

TypeScript IDE provides:

  • a client which consumes withtsserver to provide completion, hyperlink, etc for TypeScript.
  • a compiler withtsc to compile*.ts/*.tsx files to*.js/*.js.map files.

You can use

  • theembedded typeScript bundle.
  • or choose yourtypescript bundle (that you can download withnpm install typescript in your project).

To customize theTypeScript version that you wish to use, you can do it with projectTypeScript / Runtime preference page:

Configure TypeScript Runtime

This page gives you the capability to trace request/response tsserver, which can be helpful to discovers some bugs.

Please seeTypeScript Compiler section for more information.

Configure Build Path

If you wish to compile, build on save, please seeBuild Path section for more information.

Clone this wiki locally

[8]ページ先頭

©2009-2025 Movatter.jp