{ "extends": "../../api-extractor.json", "docModel": { "projectFolderUrl": "https://github.com/discordjs/discord.js/tree/main/packages/next" } // We probably don't want to generate docs here for these and instead link to the other modules // "additionalEntryPoints": [ // { "modulePath": "discord-api-types", "filePath": "/dist-docs/exports/discord-api-types.d.ts" }, // { "modulePath": "builders", "filePath": "/dist-docs/exports/builders.d.ts" }, // { "modulePath": "collection", "filePath": "/dist-docs/exports/collection.d.ts" }, // { "modulePath": "core", "filePath": "/dist-docs/exports/core.d.ts" }, // { "modulePath": "formatters", "filePath": "/dist-docs/exports/formatters.d.ts" }, // { "modulePath": "rest", "filePath": "/dist-docs/exports/rest.d.ts" }, // { "modulePath": "util", "filePath": "/dist-docs/exports/util.d.ts" }, // { "modulePath": "ws", "filePath": "/dist-docs/exports/ws.d.ts" } // ], // "bundledPackages": [ // "discord-api-types", // "@discordjs/builders", // "@discordjs/collection", // "@discordjs/core", // "@discordjs/formatters", // "@discordjs/rest", // "@discordjs/util", // "@discordjs/ws" // ] }