mirror of https://github.com/vuejs/vitepress
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
54 lines
908 B
54 lines
908 B
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
|
|
"projectFolder": ".",
|
|
|
|
"mainEntryPointFilePath": "./dist/temp/index.d.ts",
|
|
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "./dist/client/index.d.ts"
|
|
},
|
|
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
|
|
"docModel": {
|
|
"enabled": false
|
|
},
|
|
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
|
|
"messages": {
|
|
"compilerMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
|
|
"extractorMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning",
|
|
"addToApiReportFile": true
|
|
},
|
|
|
|
"ae-missing-release-tag": {
|
|
"logLevel": "none"
|
|
}
|
|
},
|
|
|
|
"tsdocMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
},
|
|
|
|
"tsdoc-undefined-tag": {
|
|
"logLevel": "none"
|
|
}
|
|
}
|
|
}
|
|
}
|