mirror of
https://github.com/tiktok/sparo.git
synced 2024-11-23 15:48:16 -05:00
20 lines
431 B
JSON
20 lines
431 B
JSON
|
{
|
||
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
||
|
|
||
|
"mainEntryPointFilePath": "<projectFolder>/lib/index.d.ts",
|
||
|
|
||
|
"apiReport": {
|
||
|
"enabled": true,
|
||
|
"reportFolder": "../../../common/reviews/api"
|
||
|
},
|
||
|
|
||
|
"docModel": {
|
||
|
"enabled": true,
|
||
|
"apiJsonFilePath": "../../../common/temp/api/<unscopedPackageName>.api.json"
|
||
|
},
|
||
|
|
||
|
"dtsRollup": {
|
||
|
"enabled": true
|
||
|
}
|
||
|
}
|