Required workaround to properly distribute a library built with Typescript, Babel and Webpack. — As my latest project is a standalone library, I decided to give Typescript a go in order to increase consistency and documentation. After spending some time in order to get the Typescript compiler building my files, I realised that I was missing the great Babel plugin ecosystem. So, I decided…