Get the latest tech news
Speeding up the JavaScript ecosystem – Isolated Declarations
TypeScript's new isolated declaration feature is a game changer for sharing code among developers. It significantly simplifies the process of packaging your code for consumption whilst reducing the time to create type definition files from minutes, sometimes even hours, down to less than a second.
A buddy of mine wanted to publish his first every library on npm, but was quickly discouraged when he realized how much work and specialized knowledge that entails. Mark Erikson from the Redux team wrote a blog post spanning multiple pages about his experience of creating npm packages. It significantly simplifies the process of packaging your code for consumption whilst reducing the time to create type definition files from minutes, sometimes even hours, down to less than a second.
Or read this on Hacker News