Upgrade TypeScript to v5.x to support modern libraries like Fontawesome #1852
Closed
chrissnyder2337
started this conversation in
Ideas
Replies: 3 comments
|
I updated typescript myself since 21.4+ which works nicely. But agreed. |
0 replies
|
Hi @chrissnyder2337 , thanks for submitting this. I have created an item in our backlog re typescript upgrade :) |
0 replies
|
I'm revisiting older discussions. Since our solution is currently using TypeScript 5.4, I'll mark this discussion as closed and resolved |
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Is your suggestion related to a problem? Please describe.
It needs to be able to support modern dependencies which leverage a different bundler.
Upgrade to typescript 5 to allow support of libraries like Fontawesome 6 which needs the
moduleResolutionset tobundler, only available in 5.0.2.See https://docs.fontawesome.com/web/dig-deeper/kit-package-api#typescriptIt needs to be able to support modern dependencies which leverage a different bundler.
Describe the solution you'd like
Upgrade to typescript 5 to allow support of libraries like Fontawesome 6 which needs the
moduleResolutionset tobundler, only available in 5.0.2.Is there a way to achieve this functionality with exisiting tools?
No response
Additional information
No response
All reactions