-
-
Notifications
You must be signed in to change notification settings - Fork 26
Open
Description
Suppose I want to find all config files below the current directory, I'd like to be able to do something like:
const { config, sources } = await unconfigLoad<MyConfig>({
cwd: directory,
sources: [
{
files: "**/my.config",
extensions: ["js", "ts"]
}
]
});Does that introduce any weird complexity?
Great package btw. Super useful.
Metadata
Metadata
Assignees
Labels
No labels