| Crates.io | tsconfig-includes |
| lib.rs | tsconfig-includes |
| version | 5.0.3 |
| created_at | 2022-11-13 16:51:17.733755+00 |
| updated_at | 2023-09-24 00:01:30.968141+00 |
| description | Enumerate files used in the TypeScript compilation |
| homepage | https://github.com/typescript-tools/tsconfig-includes |
| repository | |
| max_upload_size | |
| id | 714300 |
| size | 92,112 |
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.