From a069624157e3ae1f0a615e0e6da329249b119c7e Mon Sep 17 00:00:00 2001 From: Eli <88557639+lishaduck@users.noreply.github.com> Date: Tue, 29 Jul 2025 16:12:46 -0500 Subject: [PATCH] fix: npmignore Fixes #1432. --- .npmignore | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/.npmignore b/.npmignore index 4b245ac73..5219b9654 100755 --- a/.npmignore +++ b/.npmignore @@ -5,8 +5,14 @@ test *.log CONTRIBUTING.md tsconfig*.json +pnpm-workspace.yaml +eslint.config.js *.d.ts *.d.ts.map !dist/index.d.ts !dist/index.d.ts.map +!dist/getJsdocProcessorPlugin.d.ts +!dist/getJsdocProcessorPlugin.d.ts.map +!dist/iterateJsdoc.d.ts +!dist/iterateJsdoc.d.ts.map docs