Skip to main content
Module

x/scaffold/src/template/types.ts>LoadConfigResult

scaffold your next project with style and 💗
Latest
interface LoadConfigResult
import { type LoadConfigResult } from "https://deno.land/x/scaffold@0.3.0/src/template/types.ts";

Type Parameters

optional
Config extends object = any
  • the type of configuration that will be loaded.

Properties

path: string

The absolute path to the resolved configuration file.

config: Config

The configuration object that was loaded.