diff --git a/packages/dockview/typedoc.json b/packages/dockview/typedoc.json index 5915c5dc5..9ab13c458 100644 --- a/packages/dockview/typedoc.json +++ b/packages/dockview/typedoc.json @@ -2,7 +2,6 @@ "out": "typedocs", "entryPoints": ["./src/index.ts"], "exclude": ["**/_test/**/*.*", "**/index.ts"], - "disableOutputCheck": true, "excludeExternals": true, "excludePrivate": true }