mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-10 00:23:30 +01:00
* refactor: use tokenRange for typeParams in heritage * fix: correct type param replacement * fix: ae config, link builtin in summary, `: | T` => `: T`, mainlib tsdoc * fix: requested changes and tests * chore: better deprecation messages and code cleanup * fix: cleanup optional chainings --------- Co-authored-by: Almeida <almeidx@pm.me>
21 lines
468 B
JSON
21 lines
468 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": "<projectFolder>/docs/review"
|
|
},
|
|
|
|
"docModel": {
|
|
"enabled": true,
|
|
"apiJsonFilePath": "<projectFolder>/docs/<unscopedPackageName>.api.json"
|
|
},
|
|
|
|
"dtsRollup": {
|
|
"enabled": true,
|
|
"untrimmedFilePath": "<projectFolder>/dist/rollup.d.ts"
|
|
}
|
|
}
|