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.
This repository was archived by the owner on Oct 25, 2023. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 0
Enumerate files used in the TypeScript compilation process
License
Apache-2.0, ISC licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
ISC
LICENSE-ISC
typescript-tools/tsconfig-includes
Folders and files
Name | Name | Last commit message | Last commit date | |
---|---|---|---|---|
Repository files navigation
About
Enumerate files used in the TypeScript compilation process
Resources
License
Apache-2.0, ISC licenses found
Licenses found
Apache-2.0
LICENSE-APACHE
ISC
LICENSE-ISC