discordjs / voice

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

refactor: remove esModuleInterop from tsconfig.json #222

Closed vijayymmeena closed 3 years ago

vijayymmeena commented 3 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: