Skip to content

Releases: vuejs/tsconfig

v0.8.1

18 Aug 06:33
4a223b2
Compare
Choose a tag to compare

fix: do not turn on exactOptionalPropertyTypes for now [a235c5f]

Full Changelog: v0.8.0...v0.8.1

v0.8.0

15 Aug 12:31
c2c92d6
Compare
Choose a tag to compare

Breaking Changes

  • feat: disable libReplacement for better performance by @ntnyq in #35
  • feat!: enable noUncheckedIndexedAccess and exactOptionalPropertyTypes by @haoqunjiang in #36

If you experience a significant number of type errors in your projects after upgrading to this version, you might want to consider a gradual approach to adopting the new options:

  • After upgrading to @vue/tsconfig, use supress-ts-errors (npx suppress-ts-errors && npx suppress-ts-errors vue src/**/*.vue) to insert @ts-expect-error comments in your current codebase.
  • This way, the stricter configuration will only apply to any new code you add, allowing you to address the existing errors later when you have more time.

Full Changelog: v0.7.0...v0.8.0

v0.7.0

28 Nov 05:38
37994ed
Compare
Choose a tag to compare

Breaking Changes

  • Set skipLibCheck: false in tsconfig.lib.json [cee76cf]
  • Require Vue.js >= 3.4

Full Changelog: v0.6.0...v0.7.0

v0.6.0

10 Nov 15:57
ab39083
Compare
Choose a tag to compare

Notable Changes

Full Changelog: v0.5.1...v0.6.0