mirror of
https://github.com/discordjs/discord.js.git
synced 2026-03-09 16:13:31 +01:00
* fix: generateSplitDocumentation for external docs on main * fix: remove console.log * chore: apply suggestion Co-authored-by: Almeida <github@almeidx.dev> * fix: mixes tag * chore: docs include collection --------- Co-authored-by: Almeida <github@almeidx.dev> Co-authored-by: kodiakhq[bot] <49736102+kodiakhq[bot]@users.noreply.github.com>
17 lines
431 B
JSON
17 lines
431 B
JSON
{
|
|
"extends": "../../api-extractor.json",
|
|
"mainEntryPointFilePath": "<projectFolder>/typings/index.d.ts",
|
|
"bundledPackages": [
|
|
"discord-api-types",
|
|
"@discordjs/builders",
|
|
"@discordjs/collection",
|
|
"@discordjs/formatters",
|
|
"@discordjs/rest",
|
|
"@discordjs/util",
|
|
"@discordjs/ws"
|
|
],
|
|
"docModel": {
|
|
"projectFolderUrl": "https://github.com/discordjs/discord.js/tree/main/packages/discord.js"
|
|
}
|
|
}
|