Skip to content

Interface: CopyEntry

Defined in: src/features/copy.ts:8

Properties

flatten?

ts
optional flatten: boolean;

Defined in: src/features/copy.ts:23

Whether to flatten the copied files (not preserving directory structure).

Default

ts
false

from

ts
from: string | string[];

Defined in: src/features/copy.ts:12

Source path or glob pattern.


to?

ts
optional to: string;

Defined in: src/features/copy.ts:17

Destination path. If not specified, defaults to the output directory ("outDir").

Released under the MIT License.