We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a44e1b commit 110b1baCopy full SHA for 110b1ba
packages/techor/src/commands/build.ts
@@ -27,7 +27,7 @@ import preserveDirectives from 'rollup-plugin-preserve-directives'
27
28
declare type OutputResult = (BuildOutputOptions & { artifact: (RollupOutputAsset | RollupOutputChunk) })
29
declare type BuildOutputOptions = BuildCommonOptions & { output: RollupOutputOptions }
30
-declare type BuildOptions = {
+declare interface BuildOptions {
31
input: RollupInputOptions,
32
outputOptionsList: BuildOutputOptions[]
33
}
0 commit comments