Y
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
mohsen1
505 days ago
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...
link
molszanski
501 days ago
Yup yup, I know, but requires a lot of setup on CI. We are using project references btw. They are very cool
link
see https://www.typescriptlang.org/docs/handbook/project-referen...