This package has been deprecated

Author message:

Deprecated

@lib/tsargs

0.0.2 • Public • Published

tsargs

TypeScript 1.5 supports a tsconfig.json file to define command line parameters and input source files. This package extends that support to older versions such as TypeScript 1.4.

Usage

tsargs | tsc @/dev/stdin

tsargs automatically reads tsconfig.json from the current working directory and outputs its content as a list of command line arguments. The TypeScript compiler is able to read those from standard input using the @<file> notation. If you are not using a POSIX style system, you may have to redirect the options to a file instead.

License

The MIT License Copyright (c) 2015 BusFaster Ltd

Readme

Keywords

none

Package Sidebar

Install

npm i @lib/tsargs

Weekly Downloads

1

Version

0.0.2

License

MIT

Last publish

Collaborators

  • isnit
  • jjrv