Skip to content

Commit

Permalink
fix: exports TreeshakingPreset (#5131)
Browse files Browse the repository at this point in the history
  • Loading branch information
moltar committed Sep 13, 2023
1 parent a7d0ac1 commit 846e1bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/rollup/types.d.ts
Expand Up @@ -503,7 +503,7 @@ export interface Plugin<A = any> extends OutputPlugin, Partial<PluginHooks> {
api?: A;
}

type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';
export type TreeshakingPreset = 'smallest' | 'safest' | 'recommended';

export interface NormalizedTreeshakingOptions {
annotations: boolean;
Expand Down

0 comments on commit 846e1bd

Please sign in to comment.