tsc-prog icon indicating copy to clipboard operation
tsc-prog copied to clipboard

Create a tsconfig and compile Typescript files programmatically.

Results 2 tsc-prog issues
Sort by recently updated
recently updated
newest added

I'm using this in a wholly programmatic context, on our backend. Spurious `console.log()` statements clutter up our log files. It'd be nice to just remove these altogether, or log them...

Looking at the source, it doesn't appear as if there's any way to hook into the diagnostics logging. Maybe allow caller to provide a logger function that is used in...