Skip to content

ConfigNotFound

No config file found at any candidate path (not an error).

Signatures

ts
interface ConfigNotFound {}

Members

Properties

found

Discriminant — false indicates no config file exists at any candidate path.

ts
found: false;

See Also

Released under the MIT License.