mirror of
https://github.com/alibaba/lowcode-engine.git
synced 2025-12-12 03:01:16 +00:00
58 lines
1.0 KiB
JSON
58 lines
1.0 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
|
|
"mainEntryPointFilePath": "<projectFolder>/temp/index.d.ts",
|
|
|
|
"compiler": {
|
|
"tsconfigFilePath": "<projectFolder>/tsconfig.declaration.json",
|
|
"overrideTsconfig": {
|
|
"baseUrl": "<projectFolder>/temp"
|
|
}
|
|
},
|
|
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "",
|
|
"publicTrimmedFilePath": "<projectFolder>/dist/index.d.ts"
|
|
},
|
|
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
|
|
"docModel": {
|
|
"enabled": false
|
|
},
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
|
|
"messages": {
|
|
"compilerMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
}
|
|
},
|
|
|
|
"tsdocMessageReporting": {
|
|
"default": {
|
|
"logLevel": "none"
|
|
}
|
|
},
|
|
|
|
"extractorMessageReporting": {
|
|
"default": {
|
|
"logLevel": "warning"
|
|
},
|
|
|
|
"ae-missing-release-tag": {
|
|
"logLevel": "none"
|
|
},
|
|
|
|
"ae-extra-release-tag": {
|
|
"logLevel": "none"
|
|
}
|
|
}
|
|
}
|
|
}
|