Interface: TargetConfig¶
Defined in: browser-compiler/src/compiler.ts:31
Configuration for a single target.
Properties¶
convention?¶
optionalconvention?:string
Defined in: browser-compiler/src/compiler.ts:37
Output convention ('xml', 'markdown', or custom name)
enabled?¶
optionalenabled?:boolean
Defined in: browser-compiler/src/compiler.ts:33
Whether this target is enabled
includeSkills?¶
optionalincludeSkills?:boolean|string[]
Defined in: browser-compiler/src/compiler.ts:48
Controls which skills are emitted for this target
output?¶
optionaloutput?:string
Defined in: browser-compiler/src/compiler.ts:35
Custom output path
rulesMode?¶
optionalrulesMode?:FactoryRulesMode
Defined in: browser-compiler/src/compiler.ts:44
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:46
Custom base directory for generated skill files
version?¶
optionalversion?:string
Defined in: browser-compiler/src/compiler.ts:39
Target version or format variant