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