Files are cleaned up using tsc --build --clean
. They are built using
tsc --build
.
All JavaScript files are included, except coverage
. node_modules
is
also explicitly excluded due to an issue in type-coverage
.
The node16
module option is used. It’s more strict and more correct
when targeting ESM.