mirror of
https://github.com/zhigang1992/DefinitelyTyped.git
synced 2026-05-16 19:09:18 +08:00
Add nodir to SrcOptions (#10225)
This commit is contained in:
5
gulp/gulp.d.ts
vendored
5
gulp/gulp.d.ts
vendored
@@ -149,6 +149,11 @@ declare module "gulp" {
|
||||
* Note that an explicit dot in a portion of the pattern will always match dot files.
|
||||
*/
|
||||
dot?: boolean;
|
||||
|
||||
/**
|
||||
* Set to match only fles, not directories. Set this flag to prevent copying empty directories
|
||||
*/
|
||||
nodir?: boolean;
|
||||
|
||||
/**
|
||||
* By default, a pattern starting with a forward-slash will be "mounted" onto the root setting, so that a valid
|
||||
|
||||
Reference in New Issue
Block a user