tsdjs / tsd

Check TypeScript type definitions
MIT License
2.38k stars 68 forks source link

Improve `files` pattern in `package.json` #128

Closed mrazauskas closed 2 years ago

mrazauskas commented 2 years ago

At the moment the test files get published to npm. I noticed that by accident while messing up within node_modules/tsd directory. This can also be observed by running npm publish --dry-run.

All together these are 14 files or almost one third of the unpacked size of the library. Rather significant.

Seems like publishing these files was not intentional. Just wanted to draw your attention.