UNPKG

@modern-js/module-tools-v2

Version:

The meta-framework suite designed from scratch for frontend-focused modern web development.

11 lines 222 B
export interface DevCommandOptions { port?: string; } export interface BuildCommandOptions { config: string; clear?: boolean; dts?: boolean; platform?: boolean | string[]; tsconfig: string; watch?: boolean; }