This repository was archived by the owner on Jun 15, 2020. It is now read-only.
This repository was archived by the owner on Jun 15, 2020. It is now read-only.
TypeScript - Check the status of files, filesGlob and exclude #25
Closed
Description
- support globs in tsconfig.json files property (or just file/directory exclusions) microsoft/TypeScript#1927
- Support "exclude" property in tsconfig.json microsoft/TypeScript#3188
- exclude list does not support wilcards. It must simply be a list of files and/or directories
Once fileGlobs are properly supported, simplify the config & update the doc (incl modern web dev build readme)