зеркало из https://github.com/microsoft/fast.git
16 строки
499 B
JSON
16 строки
499 B
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "<projectFolder>/dist/dts/index.d.ts",
|
|
"apiReport": {
|
|
"enabled": true,
|
|
"reportFolder": "<projectFolder>/docs",
|
|
"reportFileName": "api-report.md"
|
|
},
|
|
"docModel": {
|
|
"enabled": true,
|
|
"apiJsonFilePath": "<projectFolder>/dist/<unscopedPackageName>.api.json"
|
|
},
|
|
"dtsRollup": {
|
|
"enabled": true
|
|
}
|
|
} |