28 lines
637 B
JSON
28 lines
637 B
JSON
/**
|
|
* Config file for API Extractor. For more info, please visit: https://api-extractor.com
|
|
*/
|
|
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "dist/typings/src/parchment.d.ts",
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "<projectFolder>/dist/parchment.d.ts"
|
|
},
|
|
"docModel": {
|
|
"enabled": false
|
|
},
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
"messages": {
|
|
"extractorMessageReporting": {
|
|
"ae-missing-release-tag": {
|
|
"logLevel": "none"
|
|
}
|
|
}
|
|
}
|
|
}
|