I'm trying to generate Typedocs but many errors in the typings of DiscordJs

I'm trying to figure out why when I try to make my docgen using Typedoc it jams on discordjs' index.d.ts... I get atleast 50 Errors when doing typedoc... Stuff like
Error: /Users/schamberland/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1265)
Declaration or statement expected.
Error: /Users/schamberland/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1265)
',' expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1265)
';' expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1266)
Declaration or statement expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1266)
Expression expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1266)
';' expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1267)
Declaration or statement expected.
Error: /Users/schamberland/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1265)
Declaration or statement expected.
Error: /Users/schamberland/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1265)
',' expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1265)
';' expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1266)
Declaration or statement expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1266)
Expression expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1266)
';' expected.
Error: /Users/(myname)/Desktop/OrbitalBrain/SlashCtrl/node_modules/discord.js/typings/index.d.ts(1267)
Declaration or statement expected.
1 Reply
d.js toolkit
d.js toolkit4mo ago
- What's your exact discord.js npm list discord.js and node node -v version? - Not a discord.js issue? Check out #other-js-ts. - Consider reading #how-to-get-help to improve your question! - Explain what exactly your issue is. - Post the full error stack trace, not just the top part! - Show your code! - Issue solved? Press the button! - Marked as resolved by OP