Interface: TargetConfig¶
Defined in: browser-compiler/src/compiler.ts:35
Configuration for a single target.
Properties¶
convention?¶
optionalconvention?:string
Defined in: browser-compiler/src/compiler.ts:41
Output convention ('xml', 'markdown', or custom name)
enabled?¶
optionalenabled?:boolean
Defined in: browser-compiler/src/compiler.ts:37
Whether this target is enabled
includeSkills?¶
optionalincludeSkills?:boolean|string[]
Defined in: browser-compiler/src/compiler.ts:52
Controls which skills are emitted for this target
output?¶
optionaloutput?:string
Defined in: browser-compiler/src/compiler.ts:39
Custom output path
rulesMode?¶
optionalrulesMode?:FactoryRulesMode
Defined in: browser-compiler/src/compiler.ts:48
Factory always-on rules output mode. Split mode requires Factory's multifile or full version.
skillBaseDir?¶
optionalskillBaseDir?:string
Defined in: browser-compiler/src/compiler.ts:50
Custom base directory for generated skill files
version?¶
optionalversion?:string
Defined in: browser-compiler/src/compiler.ts:43
Target version or format variant