scripts/api-extractor: disable inline compilation warnings

Signed-off-by: Patrik Oldsberg <poldsberg@gmail.com>
This commit is contained in:
Patrik Oldsberg
2021-04-07 20:12:52 +02:00
parent d3c54f9663
commit 0eda63fe9d
16 changed files with 36 additions and 125 deletions
+2 -1
View File
@@ -132,7 +132,8 @@ async function runApiExtraction({
compilerMessageReporting: {
default: {
logLevel: 'warning' as ExtractorLogLevel.Warning,
addToApiReportFile: true,
// These contain absolute file paths, so can't be included in the report
// addToApiReportFile: true,
},
},
extractorMessageReporting: {