bob-the-bundler
Version:
Bob The Bundler!
10 lines • 370 B
TypeScript
export declare const DIST_DIR = "dist";
export declare const DEFAULT_TS_BUILD_CONFIG = "tsconfig.build.json";
export declare const buildCommand: import("../command.js").CommandFactory<{}, {
tsconfig?: string;
incremental?: boolean;
}>;
export declare function validatePackageJson(pkg: any, opts: {
dual: boolean;
}): void;
//# sourceMappingURL=build.d.ts.map