jsdoczoom 0.4.20 → 0.4.21

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -28,6 +28,7 @@ const serviceCache = new Map();
28
28
  export function resolveCompilerOptions(filePath) {
29
29
  // Required overrides that must always be present
30
30
  const requiredOverrides = {
31
+ noEmit: false,
31
32
  declaration: true,
32
33
  emitDeclarationOnly: true,
33
34
  removeComments: false,
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "jsdoczoom",
3
- "version": "0.4.20",
3
+ "version": "0.4.21",
4
4
  "description": "CLI tool for extracting JSDoc summaries at configurable depths",
5
5
  "type": "module",
6
6
  "sideEffects": false,