tsc --module commonjs --outDir lib
tsc --module ESNext --outDir esm
rollup -c
uglifyjs.terser dist/timeago.js -o dist/timeago.min.js
