I really like this direction for library tooling.
- `rslib build` focuses on producing artifacts fast - `rslint --type-check` focuses on full type validation
Separating these two concerns gives teams more flexibility without giving up type safety.
Jiahan Chen
Fast declarations for monorepos⚡️
Rslib isolated declarations make `rslib build` daily type emits much faster, while `rslint --type-check` keeps full validation where you need it, such as CI.
Less waiting in builds. Same type safety gate.
Fast declarations for monorepos⚡️
Rslib isolated declarations make `rslib build` daily type emits much faster, while `rslint --type-check` keeps full validation where you need it, such as CI.
Less w...