davideicardi / live-plugin-manager

Plugin manager and installer for Node.JS
MIT License
225 stars 43 forks source link

Enable esModuleInterop #16

Closed jtsui closed 4 years ago

jtsui commented 4 years ago

I am having issues using this library in my project. This PR sets the esModuleInterop and allowSyntheticDefaultImports flags in tsconfig.json which will allow this module to be more broadly used.

davideicardi commented 4 years ago

Thanks!