mirror of
https://github.com/MoonshotAI/kimi-code.git
synced 2026-07-10 17:59:24 +00:00
52 lines
1.2 KiB
JSON
52 lines
1.2 KiB
JSON
{
|
|
"$schema": "https://developer.microsoft.com/json-schemas/api-extractor/v7/api-extractor.schema.json",
|
|
"mainEntryPointFilePath": "<projectFolder>/.tmp-api-extractor/dts/node-sdk/src/index.d.ts",
|
|
"bundledPackages": [
|
|
"@moonshot-ai/agent-core",
|
|
"@moonshot-ai/kaos",
|
|
"@moonshot-ai/kimi-code-oauth",
|
|
"@moonshot-ai/kosong"
|
|
],
|
|
"compiler": {
|
|
"tsconfigFilePath": "<projectFolder>/tsconfig.api-extractor.json",
|
|
"skipLibCheck": true
|
|
},
|
|
"apiReport": {
|
|
"enabled": false
|
|
},
|
|
"docModel": {
|
|
"enabled": false
|
|
},
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "<projectFolder>/dist/index.d.mts",
|
|
"omitTrimmingComments": true
|
|
},
|
|
"tsdocMetadata": {
|
|
"enabled": false
|
|
},
|
|
"messages": {
|
|
"extractorMessageReporting": {
|
|
"ae-forgotten-export": {
|
|
"logLevel": "none"
|
|
},
|
|
"ae-missing-release-tag": {
|
|
"logLevel": "none"
|
|
},
|
|
"ae-unresolved-link": {
|
|
"logLevel": "none"
|
|
}
|
|
},
|
|
"tsdocMessageReporting": {
|
|
"tsdoc-escape-greater-than": {
|
|
"logLevel": "none"
|
|
},
|
|
"tsdoc-escape-right-brace": {
|
|
"logLevel": "none"
|
|
},
|
|
"tsdoc-malformed-inline-tag": {
|
|
"logLevel": "none"
|
|
}
|
|
}
|
|
}
|
|
}
|