-
Notifications
You must be signed in to change notification settings - Fork 13.2k
Closed
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug
Description
TypeScript Version: 3.1.0-dev.20180913
Search Terms: TS6307
Code
For example:
- Have a dependency in
node_moduleswhich contains.tsfiles. - Exclude
node_modulesintsconfig.json - Build with
tsc -b -v.
Expected behavior:
As node_modules is excluded, the files should be ignored.
Actual behavior:
error TS6307: File '/foo/bar/node_modules/somemodule/something.ts' is not in project file list. Projects must list all files or use an 'include' pattern.
Playground Link:
Related Issues:
Metadata
Metadata
Assignees
Labels
Working as IntendedThe behavior described is the intended behavior; this is not a bugThe behavior described is the intended behavior; this is not a bug