Skip to content
This repository was archived by the owner on Oct 25, 2023. It is now read-only.

Latest commit

 

History

History
12 lines (9 loc) · 666 Bytes

File metadata and controls

12 lines (9 loc) · 666 Bytes

tsconfig-includes

Build Status

tsconfig-includes enumerates files used in the TypeScript compilation process for monorepo packages. While tsc --listFilesOnly only lists input files in the target package, tsconfig-includes lists input files in the target package and all of its internal dependencies. You can use this list to determine when inputs to a package has changed, to decide whether to rebuild the package or used a cached version.