1.0.4 • Published 3 years ago

tsc-lite v1.0.4

Weekly downloads
-
License
MIT
Repository
github
Last release
3 years ago

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)
1.0.4

3 years ago

1.0.3

3 years ago

1.0.2

3 years ago

1.0.1

3 years ago

1.0.0

3 years ago