Skip to content

fix(dockview-vue): scope typedoc tsconfig to avoid stray @types lib c…#1274

Merged
mathuo merged 1 commit into
masterfrom
fix/typedoc-vue-tsconfig
May 12, 2026
Merged

fix(dockview-vue): scope typedoc tsconfig to avoid stray @types lib c…#1274
mathuo merged 1 commit into
masterfrom
fix/typedoc-vue-tsconfig

Conversation

@mathuo
Copy link
Copy Markdown
Owner

@mathuo mathuo commented May 12, 2026

…hecks

tsconfig.typedoc.json had no extends and no compilerOptions, so TypeScript fell back to defaults (target ES3, skipLibCheck off, types auto-included from all of node_modules/@types). After the react 19 upgrade pulled in newer eslint/mdx typings, typedoc started failing on unrelated d.ts files.

Extend @vue/tsconfig (matching tsconfig.app.json), enable skipLibCheck, and set types: [] so only the declared entry point is type-checked.

Description

Type of change

  • Bug fix
  • New feature
  • Breaking change
  • Documentation
  • Refactor / cleanup
  • Build / CI / tooling

Affected packages

  • dockview-core
  • dockview (vanilla JS)
  • dockview-react
  • dockview-vue
  • dockview-angular
  • docs

How to test

Checklist

  • yarn lint:fix passes
  • yarn format passes
  • npm run gen has been run and generated files are up to date
  • yarn test passes
  • I have added or updated tests where applicable
  • Breaking changes are documented

…hecks

tsconfig.typedoc.json had no extends and no compilerOptions, so TypeScript
fell back to defaults (target ES3, skipLibCheck off, types auto-included
from all of node_modules/@types). After the react 19 upgrade pulled in
newer eslint/mdx typings, typedoc started failing on unrelated d.ts files.

Extend @vue/tsconfig (matching tsconfig.app.json), enable skipLibCheck,
and set types: [] so only the declared entry point is type-checked.

Co-Authored-By: Claude Opus 4.7 (1M context) <noreply@anthropic.com>
@mathuo mathuo merged commit 63ee408 into master May 12, 2026
7 checks passed
@sonarqubecloud
Copy link
Copy Markdown

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant