Skip to content

NullVoxPopuli/tsc-lite

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

11 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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)

About

tsc --build --watch, but with digestible-for-humans output

Resources

Stars

Watchers

Forks

Packages

No packages published