I'm trying to add a description field which will be used to generate docs.
When creating a schema I get:
Object literal may only specify known properties, and 'description' does not exist in type 'RegExp | ObjectConstructor | SimpleSchema | StandardSchemaKeyDefinition | SchemaKeyDefinitionWithOneType | ... 8 more ... | SupportedTypes[]'.ts(2353)
What is the way to fix such errors and make TS happy about unknown fields?