Skip to content

TypeScript BuildPath

angelozerr edited this page Apr 29, 2016 · 13 revisions

TypeScript Build Path

What is Build Path?

TypeScript Build Path is a list of folders which contains a tsconfig.json' file in the root folder. Build Path` is used for:

  • Know if the Eclipse project is a TypeScript project. (No nature, TypeScript menu).
  • Compilation
  • Validation

TypeScript Nature

Compilation

Validation