human/.api-extractor.json

28 lines
786 B
JSON
Raw Normal View History

2021-11-17 21:45:49 +01:00
{
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
"mainEntryPointFilePath": "types/lib/src/human.d.ts",
"compiler": {
"skipLibCheck": true
2021-11-17 21:45:49 +01:00
},
"newlineKind": "lf",
"dtsRollup": {
"enabled": true,
"untrimmedFilePath": "types/human.d.ts"
},
"docModel": { "enabled": false },
2022-04-01 15:12:04 +02:00
"tsdocMetadata": { "enabled": false },
2021-11-17 21:45:49 +01:00
"apiReport": { "enabled": false },
"messages": {
"compilerMessageReporting": {
2022-04-01 15:12:04 +02:00
"default": { "logLevel": "warning" }
2021-11-17 21:45:49 +01:00
},
"extractorMessageReporting": {
2022-04-01 15:12:04 +02:00
"default": { "logLevel": "warning" },
"ae-missing-release-tag": { "logLevel": "none" }
2021-11-17 21:45:49 +01:00
},
"tsdocMessageReporting": {
2022-04-01 15:12:04 +02:00
"default": { "logLevel": "warning" }
2021-11-17 21:45:49 +01:00
}
}
}