Skip to content
Permalink

Comparing changes

Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also or learn more about diff comparisons.

Open a pull request

Create a new pull request by comparing changes across two branches. If you need to, you can also . Learn more about diff comparisons here.
base repository: vuejs/tsconfig
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
base: v0.6.0
Choose a base ref
...
head repository: vuejs/tsconfig
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
compare: v0.7.0
Choose a head ref
  • 2 commits
  • 2 files changed
  • 1 contributor

Commits on Nov 28, 2024

  1. feat(lib)!: disable skipLibCheck in library tsconfig, closes #5

    BREAKING CHANGE:
    This change requires libraries extending `tsconfig.lib.json` to be
    type-checked against their dependencies as well as the `.d.ts`
    files in their own projects. So it might introduce new type errors.
    
    It bumps the Vue.js version requirement to `^3.4.0`, as the Vue.js core
    can only be correctly type-checked in `--isolatedModules` mode after
    version 3.4 (following the removal of `const enum` usage).
    
    It might also increase the compilation time of the library projects.
    haoqunjiang committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    cee76cf View commit details
    Browse the repository at this point in the history
  2. 0.7.0

    haoqunjiang committed Nov 28, 2024
    Configuration menu
    Copy the full SHA
    37994ed View commit details
    Browse the repository at this point in the history
Loading