mkdir -p dist/commonjs dist/esm
tsc
mv dist/*.d.ts dist/*.js dist/esm/
tsc --module commonjs
mv dist/*.d.ts dist/*.js dist/commonjs/
