We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
import type
Hello! Thanks for all the good work!
In Typescript 5.0, they shipped the --verbatimModuleSyntax flag that helps make type and value import declaration more explicit.
--verbatimModuleSyntax
As a result, when the flag is turned on, the compiler will warn about non-type inputs. Here is an example:
It doesn't seem like there's an easy way to change the import syntax through the template. Is this something that can be done via configurations?
Thank you!
The text was updated successfully, but these errors were encountered:
Pull request is welcome for that.
Sorry, something went wrong.
I will take a look at this later this week and submit a pull request. Thank you.
SVGProps
Closed by #853
No branches or pull requests
Hello! Thanks for all the good work!
In Typescript 5.0, they shipped the
--verbatimModuleSyntax
flag that helps make type and value import declaration more explicit.As a result, when the flag is turned on, the compiler will warn about non-type inputs. Here is an example:
It doesn't seem like there's an easy way to change the import syntax through the template. Is this something that can be done via configurations?
Thank you!
The text was updated successfully, but these errors were encountered: