We should retain all different builds, namely: - CJS as the default entrypoint - ES (set up TypeScript to output something supported by Node 10) - minified UMD (for unpkg.js) Also package.json should point at the TS declaration file. Most probably Babel will be removed.