tamj0rd2/ncdc

Improve support for incremental/composite flags

Closed this issue ยท 2 comments

Summary

I have a project that makes use of tsc --build to build multiple projects using project references. Some of those referenced projects use the --incremental flag.

ncdc doesn't seem to benefit from the performance gains those tools give. e.g generating types can take 17 seconds to build even if there is a tsconfig.tsbuildinfo file.

Here's the API that should be able to help: microsoft/TypeScript#31432

Any changes need to keep backwards compatibility with non build/incremental typescript projects.

๐ŸŽ‰ This issue has been resolved in version 0.12.0 ๐ŸŽ‰

The release is available on:

Your semantic-release bot ๐Ÿ“ฆ๐Ÿš€