fluentui icon indicating copy to clipboard operation
fluentui copied to clipboard

[Feature]: migrate repo to TS 5.2.2

Open mainframev opened this issue 1 year ago • 0 comments

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

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

Priority

Normal

mainframev avatar Aug 28 '24 10:08 mainframev