1.2.4 • Published 4 years ago

ts-transpile v1.2.4

Weekly downloads
2
License
MIT
Repository
github
Last release
4 years ago

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]
1.2.4

4 years ago

1.2.3

4 years ago

1.2.2

4 years ago

1.2.1

4 years ago

1.2.0

4 years ago

1.1.0

4 years ago

1.0.0

4 years ago