npm @vue/tsconfig 0.8.0
v0.8.0

latest release: 0.8.1
19 days ago

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

Don't miss a new tsconfig release

NewReleases is sending notifications on new releases.