tsc ./test/ts/simple.ts --lib ES6 --module commonjs --target es2019 --strict false
node ./test/ts/simple.js
# tap test/git-check-ignore.js
tap --disable-coverage test/ignore.js test/others.js
