Hacker News new | ask | show | jobs
by molszanski 505 days ago
I would pipe a faster checker as a first fail fast local and CI. I want a CI to fail fast but in the end I want it to be correct before production release
1 comments

tsc caches the interface of projects so when a project is not changed, its not compiled.

see https://www.typescriptlang.org/docs/handbook/project-referen...

Yup yup, I know, but requires a lot of setup on CI. We are using project references btw. They are very cool