scripts/api-extractor: silence compiler warnings
Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
@@ -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,
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user