rm -f test.js
tsc --module commonjs --target es2019 --types node,mocha,chai ./test.ts && mocha test
