jaredpalmer / tsdx

Zero-config CLI for TypeScript package development
https://tsdx.io
MIT License
11.2k stars 505 forks source link

Fix ESM output name issue #1135

Open abdulkader opened 2 years ago

abdulkader commented 2 years ago

While using a namespaced package name like @companyname/package-name the ESM build output was referring to the invalid file path. This PR will fix the issue.