Interface: TargetConfig¶
Defined in: compiler/src/types.ts:75
Configuration for a single target.
Properties¶
convention?¶
optionalconvention?:string
Defined in: compiler/src/types.ts:81
Output convention ('xml', 'markdown', or custom name)
enabled?¶
optionalenabled?:boolean
Defined in: compiler/src/types.ts:77
Whether this target is enabled
guardsAsSkills?¶
optionalguardsAsSkills?:boolean
Defined in: compiler/src/types.ts:90
Generate skills from
Guards¶
named entries (Factory).
Default¶
guardsSkillsListing?¶
optionalguardsSkillsListing?:boolean
Defined in: compiler/src/types.ts:93
List generated guard skills in main output file (Factory).
Default¶
output?¶
optionaloutput?:string
Defined in: compiler/src/types.ts:79
Custom output path
version?¶
optionalversion?:string
Defined in: compiler/src/types.ts:87
Target version or format variant. Use 'legacy' for deprecated formats.