Skip to content

Commit

Permalink
feat(supportFileType): implement TSX support
Browse files Browse the repository at this point in the history
  • Loading branch information
kubosho committed Sep 13, 2021
1 parent 26cdc49 commit c9e4765
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions src/supportFileType.ts
Original file line number Diff line number Diff line change
Expand Up @@ -3,4 +3,6 @@ export enum SupportFileType {
Html = 'html',
Jsx = 'jsx',
JavaScriptReact = 'javascriptreact',
Tsx = 'tsx',
TypeScriptReact = 'typescriptreact',
}

0 comments on commit c9e4765

Please sign in to comment.