tsc-lite

1.0.4 • Public • Published

tsc-lite

tsc --build --watch, but for humans

Ever get bogged down by 2000+ typescript errors because "one thing" broke a whole bunch of downstream things?

Now you can focus on the originating errors without losing track. You are finally able to ignore errors that might not even exist once the root errors are resolved.

Especially helpful in monorepos.

Install

npm install -g tsc-lite
# or
yarn global add tsc-lite
# or
volta install tsc-lite

Usage

tsc-lite

Requirements

  • Node 14+
  • tsc (install typescript globally)

Dependents (0)

Package Sidebar

Install

npm i tsc-lite

Weekly Downloads

0

Version

1.0.4

License

MIT

Unpacked Size

4.38 kB

Total Files

6

Last publish

Collaborators

  • nullvoxpopuli