Optional
options: { Options object.
Optional
dir?: stringThe directory to start walking; default is CWD / .
.
Optional
excludeA ConditionTest defining directory names to exclude.
Optional
excludeA ConditionTest defining file names to exclude.
Optional
includeA ConditionTest defining directory names to include.
Optional
includeA ConditionTest defining file names to include.
Optional
walk?: booleanWhen true subdirectories are walked.
Whether a file passes the condition tests provided.
Searches all files from starting directory skipping any directories in
skipDir
and those starting with.
in an attempt to locate a Babel configuration file. If a Babel configuration file is foundtrue
is immediately returned.