chore: avoid api-extractor warnings

This commit is contained in:
Evan You
2021-12-12 00:14:25 +08:00
parent d70fd8d36b
commit 50f13278f9
5 changed files with 25 additions and 6 deletions

View File

@@ -44,6 +44,22 @@
"tsdoc-undefined-tag": {
"logLevel": "none"
},
"tsdoc-escape-greater-than": {
"logLevel": "none"
},
"tsdoc-malformed-inline-tag": {
"logLevel": "none"
},
"tsdoc-escape-right-brace": {
"logLevel": "none"
},
"tsdoc-unnecessary-backslash": {
"logLevel": "none"
}
}
}