config-loader: tweak a comment so that it does not show up in deprecation list

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2022-03-02 12:27:15 +01:00
parent dbf84eee55
commit 5fba4c0304
@@ -182,7 +182,7 @@ function compileTsSchemas(paths: string[]) {
program,
// All schemas should export a `Config` symbol
'Config',
// This enables usage of @visibility and @deprecated in doc comments
// This enables the use of these tags in TSDoc comments
{
required: true,
validationKeywords: ['visibility', 'deprecated'],