rollup-plugin-typescript2/src/irollup-options.ts

4 lines
52 B
TypeScript

export interface IRollupOptions {
dest?: string;
}