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