-
Notifications
You must be signed in to change notification settings - Fork 411
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
TypeScript Support - LWC #3699
Comments
Thanks for opening the issue. This looks like a duplicate of #2078, so I'll close it for now. I can tell you that TypeScript support is in progress, but I can't provide a timeline. In the meantime, you can write your own local build system to convert TypeScript into JavaScript. |
@nolanlawson Thanks for the confirmation. |
@SaurabhMulay999 I know it might not be the answer you want but I suggest using JSDoc for LWCs. |
@icukovic Thanks, I'll check it once. |
I am not sure whether LWC directly or indirectly supports writing typescript in project. And How easy it would be to set up?
If we setup with TS is it org agnostic code? It must smoothly work through diff orgs.
The text was updated successfully, but these errors were encountered: