Interface: FormatOptions¶
Defined in: compiler/src/types.ts:18
Options for formatting.
Properties¶
convention?¶
optionalconvention:string|OutputConvention
Defined in: compiler/src/types.ts:20
Output convention to use
outputPath?¶
optionaloutputPath:string
Defined in: compiler/src/types.ts:22
Custom output path
version?¶
optionalversion:string
Defined in: compiler/src/types.ts:28
Target version or format variant. Use 'legacy' for deprecated formats.