ts-transpile
TypeScript icon, indicating that this package has built-in type declarations

1.2.4 • Public • Published

CI Build Version Badge

ts-transpile

Compile typescript files without type checking

Overview

  • A Typescript compiler that skips typechecking but still fails on syntax errors. It will perform the compilation quickly and consume less resource than tsc.

Features

  • Incremental compilation
  • Project references
  • File watching
  • Support most typescript command line options

Install

$ npm install -g ts-transpile

Usage

ts-transpile [-p project] [-b build] [-w] [options]

Readme

Keywords

none

Package Sidebar

Install

npm i ts-transpile

Weekly Downloads

7

Version

1.2.4

License

MIT

Unpacked Size

21.8 kB

Total Files

10

Last publish

Collaborators

  • vdtn359