-
Notifications
You must be signed in to change notification settings - Fork 0
feat!: adjust default compilerOptions to TypeScript 5.9+'s default #525
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
base: main
Are you sure you want to change the base?
Conversation
commit: |
🦋 Changeset detectedLatest commit: f47b614 The changes in this PR will be included in the next version bump. This PR includes changesets to release 1 package
Not sure what this means? Click here to learn what changesets are. Click here if you're a maintainer who wants to add another changeset to this PR |
@mimifuwa @sevenc-nanashi |
📝 mikuec com で CI を回してみる |
astro-seo まわりで爆発してそうだが、これは自分たちが良くないので直せば良さそう |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
設定自体には特に問題なさそう。
Co-authored-by: Nanashi. <[email protected]> Signed-off-by: Kentaro Suzuki <[email protected]>
https://devblogs.microsoft.com/typescript/announcing-typescript-5-9-rc/
TypeScript 5.9 から
tsc --init
した際の設定値が変更されます。この設定を見たところ、エコシステムの問題で有効化を見送っていた compilerOptions がいくつかデフォルトで有効になっていました。
今後有効化していて当たり前のオプションとなることが予想されるため、preset にも適用します。
具体的な変更