Interface: FormatOptions¶
Defined in: compiler/src/types.ts:36
Options for formatting.
Properties¶
convention?¶
optionalconvention?:string|OutputConvention
Defined in: compiler/src/types.ts:38
Output convention to use
outputPath?¶
optionaloutputPath?:string
Defined in: compiler/src/types.ts:40
Custom output path
prettier?¶
optionalprettier?:PrettierMarkdownOptions
Defined in: compiler/src/types.ts:50
Prettier formatting options for markdown output.
targetConfig?¶
optionaltargetConfig?:TargetConfig
Defined in: compiler/src/types.ts:53
Full target configuration, passed through from promptscript.yaml.
version?¶
optionalversion?:string
Defined in: compiler/src/types.ts:46
Target version or format variant. Use 'legacy' for deprecated formats.