scripts/api-extractor: silence compiler warnings

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-04-07 22:41:35 +02:00
parent 0eda63fe9d
commit 6768b397bd
+2 -1
View File
@@ -131,7 +131,8 @@ async function runApiExtraction({
messages: {
compilerMessageReporting: {
default: {
logLevel: 'warning' as ExtractorLogLevel.Warning,
// Silence compiler warnings, as these will prevent the CI build to work
logLevel: 'none' as ExtractorLogLevel.None,
// These contain absolute file paths, so can't be included in the report
// addToApiReportFile: true,
},