Skip to content
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

[Feature]: migrate repo to TS 5.2.2 #32402

Open
1 task done
mainframev opened this issue Aug 28, 2024 · 0 comments
Open
1 task done

[Feature]: migrate repo to TS 5.2.2 #32402

mainframev opened this issue Aug 28, 2024 · 0 comments

Comments

@mainframev
Copy link
Contributor

mainframev commented Aug 28, 2024

Library

all

Describe the feature that you would like added

New behaviour

https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-1.html
https://www.typescriptlang.org/docs/handbook/release-notes/typescript-5-2.html

web-components:

  • module and moduleResolution are not matching in root tsconfig for wc. Since 5.2 typescript throws error. module: NodeNext should be used and we can omit moduleResolution, and target as nodenext implies it.

eslint-plugin

  • moduleResolution and module have to match, since 5.2 will have error with currently set config flags.

all

Have you discussed this feature with our team

@microsoft/react-fliuent-build

Additional context

No response

Validations

  • Check that there isn't already an issue that requests the same feature to avoid creating a duplicate.

Priority

Normal

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants