hint
hint copied to clipboard
Corrected compiler/target
This PR adds ES2023 and ES2024 as a valid option for the target and pattern in the TypeScript configuration schema, aligning it with the latest ECMAScript standard. This ensures users can take advantage of new language features without encountering validation issues. I tested the updated schema locally and verified that ES2023 and ES2024 works as expected. Please let me know if any changes are needed — happy to adjust!