Closed
Description
Bug Report Checklist
- I have tried restarting my IDE and the issue persists.
- I have pulled the latest
main
branch of the repository. - I have searched for related issues and found none that matched my issue.
Expected
If a user provides explicit compilerOption
Addons to blockTypeScript
, then they should be merged in with existing compiler options in alphabetical order.
Actual
https://github.com/JoshuaKGoldberg/package-json-validator/pull/178/files#diff-b55cdbef4907b7045f32cc5360d48d262cca5f94062e353089f189f4460039e0 shows that a provided rewriteRelativeImportExtensions
is being placed at the end - after t*
options.
Additional Info
🎁