Breaking Changes
- feat: disable
libReplacement
for better performance by @ntnyq in #35 - feat!: enable
noUncheckedIndexedAccess
andexactOptionalPropertyTypes
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
, usesupress-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