UNPKG

tsds-build

Version:

Development stack for TypeScript libraries

5 lines (4 loc) 126 B
import type { CommandOptions } from 'tsds-lib'; export interface BuildOptions extends CommandOptions { clean?: boolean; }