bob-the-bundler
Version:
Bob The Bundler!
10 lines • 406 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 | undefined;
incremental?: boolean | undefined;
}>;
export declare function validatePackageJson(pkg: any, opts: {
includesCommonJS: boolean;
}): void;
//# sourceMappingURL=build.d.ts.map