Skip to content

Commit da66683

Browse files
authored
fix: npmignore (#1439)
Fixes #1432.
1 parent 5c2165c commit da66683

File tree

1 file changed

+6
-0
lines changed

1 file changed

+6
-0
lines changed

.npmignore

Lines changed: 6 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,8 +5,14 @@ test
55
*.log
66
CONTRIBUTING.md
77
tsconfig*.json
8+
pnpm-workspace.yaml
9+
eslint.config.js
810
*.d.ts
911
*.d.ts.map
1012
!dist/index.d.ts
1113
!dist/index.d.ts.map
14+
!dist/getJsdocProcessorPlugin.d.ts
15+
!dist/getJsdocProcessorPlugin.d.ts.map
16+
!dist/iterateJsdoc.d.ts
17+
!dist/iterateJsdoc.d.ts.map
1218
docs

0 commit comments

Comments
 (0)