0.1.1 • Published 6 years ago

dts-only v0.1.1

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

dts-only

Latest Stable Version License Build Status Test Coverage

Command-line utility built on top of typescript compiler to generate only declaration files. Originally built to work with @babel/plugin-transform-typescript, because it does not support generating declarations.

Note: Alpha version! Do not use in production.

Installation

$ npm install dts-only

Usage

Just run script in command line:

$ dts-only

Script will try to find tsconfig.json at your cwd. If you have configuration in another directory, specify it with -p:

$ dts-only -p src/tsconfig.json

Command-line options

  • -c, --compiler - prints current compiler version
  • -h, --help - prints usage information
  • --outDir - specifies directory for typescript compiler output
  • -p, --project - path to tsconfig.json file.
  • -v, --version - prints package version

0.1.1

6 years ago

0.1.0

6 years ago