diff --git a/src/rollup/types.d.ts b/src/rollup/types.d.ts index 4eca8448153..69e3db5c81f 100644 --- a/src/rollup/types.d.ts +++ b/src/rollup/types.d.ts @@ -372,9 +372,7 @@ export interface RollupCache { } export interface RollupOutput { - // when supported in TypeScript (https://github.com/Microsoft/TypeScript/pull/24897): - // output: [OutputChunk, ...(OutputChunk | OutputAsset)[]]; - output: (OutputChunk | OutputAsset)[]; + output: [OutputChunk, ...(OutputChunk | OutputAsset)[]]; } export interface RollupBuild {