discordjs / voice

Implementation of the Discord Voice API for discord.js and other JS/TS libraries
Apache License 2.0
328 stars 112 forks source link

refactor: remove esModuleInterop from tsconfig.json #222

Closed samarmeena closed 2 years ago

samarmeena commented 2 years ago

Please describe the changes this PR makes and why it should be merged:

By default esModuleInterop is set to false in tsconfig.json. check here

hence error thrown when, not using esModuleInterop in project

image

Status and versioning classification: