AlexzanderFlores / WOKCommands

130 stars 61 forks source link

Errors within typings.d.ts during build #179

Open DAHPr0gram3r opened 2 years ago

DAHPr0gram3r commented 2 years ago

Whenever attempting to build my project with tsc I recieve the following errors:

node_modules/wokcommands/typings.d.ts(14,25): error TS2307: Cannot find module './src' or its corresponding type declarations.
node_modules/wokcommands/typings.d.ts(22,29): error TS2304: Cannot find name 'Connection'.
node_modules/wokcommands/typings.d.ts(25,45): error TS2304: Cannot find name 'GuildEmoji'.
node_modules/wokcommands/typings.d.ts(28,28): error TS2304: Cannot find name 'CommandHandler'.
node_modules/wokcommands/typings.d.ts(29,28): error TS2304: Cannot find name 'FeatureHandler'.
node_modules/wokcommands/typings.d.ts(37,28): error TS2304: Cannot find name 'MessageHandler'.
node_modules/wokcommands/typings.d.ts(38,26): error TS2304: Cannot find name 'SlashCommands'.
node_modules/wokcommands/typings.d.ts(52,49): error TS2304: Cannot find name 'GuildEmoji'.
node_modules/wokcommands/typings.d.ts(63,32): error TS2304: Cannot find name 'CommandHandler'.
node_modules/wokcommands/typings.d.ts(64,33): error TS2304: Cannot find name 'Connection'.
node_modules/wokcommands/typings.d.ts(76,32): error TS2304: Cannot find name 'MessageHandler'.
node_modules/wokcommands/typings.d.ts(77,31): error TS2304: Cannot find name 'SlashCommands'.