Releases: vuejs/tsconfig
Releases · vuejs/tsconfig
v0.8.1
fix: do not turn on exactOptionalPropertyTypes
for now [a235c5f]
Full Changelog: v0.8.0...v0.8.1
v0.8.0
Breaking Changes
- feat: disable
libReplacement
for better performance by @ntnyq in #35 - feat!: enable
noUncheckedIndexedAccess
andby @haoqunjiang in #36exactOptionalPropertyTypes
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
v0.7.0
Breaking Changes
- Set
skipLibCheck: false
intsconfig.lib.json
[cee76cf]
- Require Vue.js >= 3.4
Full Changelog: v0.6.0...v0.7.0
v0.6.0
Notable Changes
- feat: enable
allowImportingTsExtensions
[27fa57b]
- feat: set
moduleDetection
toforce
[6355fab]
Full Changelog: v0.5.1...v0.6.0