Can the test/ dir be excluded from the npm module?
I found #213 but it's a bit old and there doesn't seem to be a .npmignore any longer.
A better approach might be the "files" key in package.json. This would be an "allowlist" and could help do away with other files like benchmark/
It would actually make a huge difference in package size

Can the
test/dir be excluded from the npm module?I found #213 but it's a bit old and there doesn't seem to be a
.npmignoreany longer.A better approach might be the
"files"key inpackage.json. This would be an "allowlist" and could help do away with other files likebenchmark/It would actually make a huge difference in package size
