79743776

Date: 2025-08-22 19:20:09
Score: 0.5
Natty:
Report link

TypeScript 5.6 added --noCheck.

noCheck - Disable full type checking (only critical parse and emit errors will be reported).

https://www.typescriptlang.org/tsconfig/#noCheck

This leaves tsc running as just a type stripper and a transpiler, similar to using esbuild to strip types except you get better declaration outputs (and slower transpile times).

Reasons:
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (0.5):
Posted by: Kisaragi Hiu