Interface: TargetConfig¶
Defined in: compiler/src/types.ts:66
Configuration for a single target.
Properties¶
convention?¶
optionalconvention:string
Defined in: compiler/src/types.ts:72
Output convention ('xml', 'markdown', or custom name)
enabled?¶
optionalenabled:boolean
Defined in: compiler/src/types.ts:68
Whether this target is enabled
output?¶
optionaloutput:string
Defined in: compiler/src/types.ts:70
Custom output path
version?¶
optionalversion:string
Defined in: compiler/src/types.ts:78
Target version or format variant. Use 'legacy' for deprecated formats.