UNPKG

ts-bakery

Version:

Baked dependency injection for Typescript.

5 lines (4 loc) 124 B
export interface TsBakeryConfig { sourceRoot?: string; } export declare const DEFAULT_TS_BAKERY_CONFIG: TsBakeryConfig;