getting typings error

tsc

node_modules/discord.js/typings/index.d.ts:1210:21 - error TS1139: Type parameter declaration expected.

1210 public getChannel<const Type extends ChannelType = ChannelType>(
~

node_modules/discord.js/typings/index.d.ts:1210:27 - error TS1435: Unknown keyword or identifier. Did you mean 'type'?

1210 public getChannel<const Type extends ChannelType = ChannelType>(
~~

node_modules/discord.js/typings/index.d.ts:1210:32 - error TS1068: Unexpected token. A constructor, method, accessor, or property was expected.

1210 public getChannel<const Type extends ChannelType = ChannelType>(
~


why am i getting typings error, even tho i already skibLibCheck on the ts config
Was this page helpful?