Home > @rushstack/rig-package > RigConfig > jsonSchemaObject
RigConfig.jsonSchemaObject property
The JSON contents of the RigConfig.jsonSchemaPath file.
Signature:
static get jsonSchemaObject(): object;
Remarks
The JSON object will be lazily loaded when this property getter is accessed, and the result will be cached. Accessing this property may make a synchronous filesystem call.