Skip to content

Commit 846e1bd

Browse files
authored
fix: exports TreeshakingPreset (#5131)
1 parent a7d0ac1 commit 846e1bd

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/rollup/types.d.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -503,7 +503,7 @@ export interface Plugin<A = any> extends OutputPlugin, Partial<PluginHooks> {
503503
api?: A;
504504
}
505505

506-
type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
506+
export type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
507507

508508
export interface NormalizedTreeshakingOptions {
509509
annotations: boolean;

0 commit comments

Comments
 (0)