bob-the-bundler
Version:
Bob The Bundler!
9 lines • 325 B
TypeScript
export declare const DIST_DIR = "dist";
export declare const buildCommand: import("../command.js").CommandFactory<{}, {
incremental?: boolean | undefined;
}>;
export declare function validatePackageJson(pkg: any, opts: {
typesOnly: boolean;
includesCommonJS: boolean;
}): void;
//# sourceMappingURL=build.d.ts.map