tsc -p tsconfig.json
tsc -p tsconfig.cjs.json
mkdir -p dist/cjs && echo '{"type":"commonjs"}' > dist/cjs/package.json
