2024-03-04 21:01:56 -08:00
|
|
|
{
|
|
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
|
|
"projectFolder": ".",
|
|
|
|
"mainEntryPointFilePath": "<projectFolder>/types.d.ts",
|
|
|
|
"bundledPackages": [ "*" ],
|
|
|
|
"newlineKind": "os",
|
|
|
|
"compiler": {
|
|
|
|
"overrideTsconfig": {}
|
|
|
|
},
|
|
|
|
"apiReport": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"docModel": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"dtsRollup": {
|
|
|
|
"enabled": true,
|
2024-03-27 20:35:06 -07:00
|
|
|
"untrimmedFilePath": "<projectFolder>/micromark.d.cts"
|
2024-03-04 21:01:56 -08:00
|
|
|
},
|
|
|
|
"tsdocMetadata": {
|
|
|
|
"enabled": false
|
|
|
|
},
|
|
|
|
"messages": {
|
|
|
|
"compilerMessageReporting": {
|
|
|
|
"default": {
|
|
|
|
"logLevel": "warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"extractorMessageReporting": {
|
|
|
|
"default": {
|
|
|
|
"logLevel": "warning"
|
|
|
|
}
|
|
|
|
},
|
|
|
|
"tsdocMessageReporting": {
|
|
|
|
"default": {
|
|
|
|
"logLevel": "warning"
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|
|
|
|
}
|