mirror of
https://github.com/DavidAnson/markdownlint.git
synced 2025-09-22 05:40:48 +02:00
41 lines
835 B
JSON
41 lines
835 B
JSON
![]() |
{
|
||
|
"$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,
|
||
|
"untrimmedFilePath": "<projectFolder>/micromark.d.ts"
|
||
|
},
|
||
|
"tsdocMetadata": {
|
||
|
"enabled": false
|
||
|
},
|
||
|
"messages": {
|
||
|
"compilerMessageReporting": {
|
||
|
"default": {
|
||
|
"logLevel": "warning"
|
||
|
}
|
||
|
},
|
||
|
"extractorMessageReporting": {
|
||
|
"default": {
|
||
|
"logLevel": "warning"
|
||
|
}
|
||
|
},
|
||
|
"tsdocMessageReporting": {
|
||
|
"default": {
|
||
|
"logLevel": "warning"
|
||
|
}
|
||
|
}
|
||
|
}
|
||
|
}
|