UNPKG

@msom/xbuild

Version:

@msom/xbuild

8 lines 377 B
import { LoadedXbuildConfig, UserConfig } from "../core/types"; interface LoadConfigOptions { compile: boolean; } export declare function loadConfig(userConfigPath: string | undefined, options?: LoadConfigOptions): Promise<LoadedXbuildConfig | undefined>; export declare function defineConfig(config: UserConfig): UserConfig; export {}; //# sourceMappingURL=config.d.ts.map