UNPKG

rucken

Version:

Console tools and scripts for nx and not only that I (EndyKaufman) use to automate the workflow and speed up the development process

12 lines (11 loc) 285 B
export interface ToolsConfig { makeTsList: { indexFileName: string; excludes: string[]; }; versionUpdater: { updatePackageVersion: boolean; updateDependenciesVersion: boolean; }; } export declare const DEFAULT_TOOLS_CONFIG: ToolsConfig;