Upgrade TypeScript to v5.x to support modern libraries like Fontawesome #1852
chrissnyder2337
started this conversation in
Ideas
Replies: 2 comments
-
I updated typescript myself since 21.4+ which works nicely. But agreed. |
Beta Was this translation helpful? Give feedback.
0 replies
-
Hi @chrissnyder2337 , thanks for submitting this. I have created an item in our backlog re typescript upgrade :) |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
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
moduleResolution
set 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
moduleResolution
set tobundler
, only available in 5.0.2.Is there a way to achieve this functionality with exisiting tools?
No response
Additional information
No response
Beta Was this translation helpful? Give feedback.
All reactions