Type Alias: BuildOptions
- Type:
InputOptions& {output?:OutputOptions;write?:boolean; } - Experimental
Defined in: api/build.ts:12
The options for build function.
Type Declaration
output?
- Type:
OutputOptions - Optional
write?
- Type:
boolean - Optional
Write the output to the file system
Default
ts
true