Skip to content

JSX syntax in TSX files #14

Description

@Ferreas

Hi!
While using this extension I've noticed that option jsx.enabled works fine with .jsx files (added to html supported file types)
Expected:
.someClass -> div className="someClass"

Actual:
.someClass -> div className="someClass"

But when used with .tsx files (added to html supported file types) it doesn't apply jsx syntax:
Expected:
.someClass -> div className="someClass"

Actual:
.someClass -> div class="someClass"

If possiblem please add the possibility to use jsx syntax with tsx file type.

Metadata

Metadata

Assignees

Labels

enhancementNew feature or request

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions