There was an error while loading. Please reload this page.
1 parent 2456c18 commit d3b1f7bCopy full SHA for d3b1f7b
1 file changed
src/types/build.ts
@@ -11,11 +11,11 @@ import type {
11
} from "rolldown";
12
13
export type RollupConfig = RollupInputOptions & {
14
- output: RollupOutputOptions;
+ output?: RollupOutputOptions;
15
};
16
17
export type RolldownConfig = RolldownInputOptions & {
18
- output: RolldownOutputOptions;
+ output?: RolldownOutputOptions;
19
20
21
export interface OXCOptions {
0 commit comments