Files
node-poppler/.npmignore
T
Frazer Smith 2d4e000cf1 refactor(index): move option objects to own files (#764)
* refactor(index): move option objects to own files

* chore(options): use keyof

* chore(options): correct jsdoc tags

* chore(index): ignore global-require rule

* chore(.npmrc): ensure option types published

* chore: fix more typos
2026-05-08 16:13:17 +01:00

8 lines
288 B
Plaintext

# `package.json` is published to npm, so everything added is included in the installed tarball.
# Removing the `files` key and replacing it with this `.npmignore` saves some bytes, which
# should improve installation performance slightly
*
!src/**
!types/index.d.ts
!types/options/*.d.ts