UNPKG

@elsikora/setup-wizard

Version:

Setup Wizard - CLI scaffolding utility

12 lines 375 B
/** * Core dependencies required for Vitest testing setup. */ export declare const TESTING_CONFIG_CORE_DEPENDENCIES: Readonly<Array<string>>; /** * Optional dependencies for testing features. */ export declare const TESTING_CONFIG_OPTIONAL_DEPENDENCIES: Readonly<{ coverage: string; typescript: string; }>; //# sourceMappingURL=core-dependencies.constant.d.ts.map